gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/ClockTime.h


From: Dossy Shiobara
Subject: [Gnash-commit] gnash ChangeLog libbase/ClockTime.h
Date: Mon, 07 Apr 2008 18:24:06 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Dossy Shiobara <dossy>  08/04/07 18:24:06

Modified files:
        .              : ChangeLog 
        libbase        : ClockTime.h 

Log message:
        Win32 needs to include <sys/time.h> too.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6206&r2=1.6207
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/ClockTime.h?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6206
retrieving revision 1.6207
diff -u -b -r1.6206 -r1.6207
--- ChangeLog   7 Apr 2008 18:03:45 -0000       1.6206
+++ ChangeLog   7 Apr 2008 18:24:05 -0000       1.6207
@@ -1,3 +1,7 @@
+2008-04-07  Dossy Shiobara <address@hidden>
+
+       * libbase/ClockTime.h: Win32 needs to include <sys/time.h> too.
+
 2008-04-07 Sandro Santilli <address@hidden>
 
        * testsuite/actionscript.all/Object.as: another test to show

Index: libbase/ClockTime.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/ClockTime.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- libbase/ClockTime.h 7 Apr 2008 10:59:26 -0000       1.1
+++ libbase/ClockTime.h 7 Apr 2008 18:24:06 -0000       1.2
@@ -22,6 +22,7 @@
 
 #include <boost/cstdint.hpp>
 #include "dsodefs.h"
+#include <sys/time.h> // for struct timezone
 
 namespace clocktime
 {




reply via email to

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