Fix accidentally broken build.
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 4 Apr 2006 04:17:59 +0000 (04:17 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 4 Apr 2006 04:17:59 +0000 (04:17 +0000)
2006-04-04  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gbookmarkfile.c: Fix accidentally broken build.

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

index 4d54c58..1abf462 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-04  Behdad Esfahbod  <behdad@gnome.org>
+
+       * glib/gbookmarkfile.c: Fix accidentally broken build.
+
 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gbookmarkfile.c: Don't include sys/time.h  (#337027,
index 4d54c58..1abf462 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-04  Behdad Esfahbod  <behdad@gnome.org>
+
+       * glib/gbookmarkfile.c: Fix accidentally broken build.
+
 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gbookmarkfile.c: Don't include sys/time.h  (#337027,
index cd535f8..35b8f3a 100644 (file)
@@ -32,7 +32,8 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #ifdef HAVE_UNISTD_H
-#include <unist
+#include <unistd.h>
+#endif
 
 #include "gconvert.h"
 #include "gdataset.h"