mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Include sys/types.h for dev_t (#501919)
2007-12-06 Alexander Larsson <alexl@redhat.com> * glocalfileinfo.h: Include sys/types.h for dev_t (#501919) svn path=/trunk/; revision=6057
This commit is contained in:
parent
a27d6affec
commit
6356a9dd98
@ -1,3 +1,8 @@
|
||||
2007-12-06 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* glocalfileinfo.h:
|
||||
Include sys/types.h for dev_t (#501919)
|
||||
|
||||
2007-12-06 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* gio.symbols:
|
||||
|
@ -26,6 +26,9 @@
|
||||
#include <gio/gfileinfo.h>
|
||||
#include <gio/gfile.h>
|
||||
#include <sys/stat.h>
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user