mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Fix accidentally broken build.
2006-04-04 Behdad Esfahbod <behdad@gnome.org> * glib/gbookmarkfile.c: Fix accidentally broken build.
This commit is contained in:
parent
286c730dce
commit
34b2972c4f
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user