Fix accidentally broken build.

2006-04-04  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gbookmarkfile.c: Fix accidentally broken build.
This commit is contained in:
Behdad Esfahbod 2006-04-04 04:17:59 +00:00 committed by Behdad Esfahbod
parent 286c730dce
commit 34b2972c4f
3 changed files with 10 additions and 1 deletions

View 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,

View 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,

View 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"