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:
Alexander Larsson 2007-12-06 09:33:59 +00:00 committed by Alexander Larsson
parent a27d6affec
commit 6356a9dd98
2 changed files with 8 additions and 0 deletions

View File

@ -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> 2007-12-06 Behdad Esfahbod <behdad@gnome.org>
* gio.symbols: * gio.symbols:

View File

@ -26,6 +26,9 @@
#include <gio/gfileinfo.h> #include <gio/gfileinfo.h>
#include <gio/gfile.h> #include <gio/gfile.h>
#include <sys/stat.h> #include <sys/stat.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
G_BEGIN_DECLS G_BEGIN_DECLS