Don't include sys/time.h (#337027, Kazuki IWAMOTO)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 3 Apr 2006 18:00:39 +0000 (18:00 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 3 Apr 2006 18:00:39 +0000 (18:00 +0000)
2006-04-03  Matthias Clasen  <mclasen@redhat.com>

* glib/gbookmarkfile.c: Don't include sys/time.h  (#337027,
 Kazuki IWAMOTO)

ChangeLog
ChangeLog.pre-2-12
glib/gbookmarkfile.c

index 95f90c8..4d54c58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gbookmarkfile.c: Don't include sys/time.h  (#337027,
+        Kazuki IWAMOTO)
+
 2006-03-31  Tor Lillqvist  <tml@novell.com>
 
        * glib/gstdio.c (g_remove): Revert change below. It wasn't a good
index 95f90c8..4d54c58 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gbookmarkfile.c: Don't include sys/time.h  (#337027,
+        Kazuki IWAMOTO)
+
 2006-03-31  Tor Lillqvist  <tml@novell.com>
 
        * glib/gstdio.c (g_remove): Revert change below. It wasn't a good
index 528d74b..cd535f8 100644 (file)
 #include <stdarg.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/time.h>
 #ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
+#include <unist
 
 #include "gconvert.h"
 #include "gdataset.h"