mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02: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:
committed by
Behdad Esfahbod
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"
|
||||
|
Reference in New Issue
Block a user