gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog libbase/Time.cpp


From: zou lunkai
Subject: Re: [Gnash-commit] gnash ChangeLog libbase/Time.cpp
Date: Mon, 7 Apr 2008 08:31:25 +0800

> +#include <sys/time.h> // should be included for all OSs?

Win32 MSVC does not need/have this.

On 4/7/08, Benjamin Wolsey <address@hidden> wrote:
> CVSROOT:        /sources/gnash
> Module name:    gnash
> Changes by:     Benjamin Wolsey <bwy>   08/04/06 20:13:07
>
> Modified files:
>        .              : ChangeLog
>        libbase        : Time.cpp
>
> Log message:
>        Add sys/time.h
>
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6191&r2=1.6192
> http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/Time.cpp?cvsroot=gnash&r1=1.1&r2=1.2
>
> Patches:
> Index: ChangeLog
> ===================================================================
> RCS file: /sources/gnash/gnash/ChangeLog,v
> retrieving revision 1.6191
> retrieving revision 1.6192
> diff -u -b -r1.6191 -r1.6192
> --- ChangeLog   6 Apr 2008 18:11:32 -0000       1.6191
> +++ ChangeLog   6 Apr 2008 20:13:06 -0000       1.6192
> @@ -1,3 +1,8 @@
> +2008-04-06 Benjamin Wolsey <address@hidden>
> +
> +       * libbase/Time.{cpp,h}: sys/time.h should be included; let's see if
> +         this fixes the win32 build.
> +
>  2008-04-06  Rob Savoye  <address@hidden>
>
>        * testsuite/libamf.all/test_el.cpp: Use new make* methods for
>
> Index: libbase/Time.cpp
> ===================================================================
> RCS file: /sources/gnash/gnash/libbase/Time.cpp,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -b -r1.1 -r1.2
> --- libbase/Time.cpp    6 Apr 2008 17:48:30 -0000       1.1
> +++ libbase/Time.cpp    6 Apr 2008 20:13:07 -0000       1.2
> @@ -84,6 +84,7 @@
>  #else // not using boost::date_time
>
>  #include <ctime> // for time_t, localtime
> +#include <sys/time.h> // should be included for all OSs?
>
>  #if !defined(HAVE_GETTIMEOFDAY) || (!defined(HAVE_TM_GMTOFF) && 
> !defined(HAVE_TZSET))
>  #ifdef HAVE_FTIME
>
>
> _______________________________________________
> Gnash-commit mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnash-commit
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]