mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02: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:
committed by
Alexander Larsson
parent
a27d6affec
commit
6356a9dd98
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user