From: Alexander Larsson Date: Thu, 6 Dec 2007 09:33:59 +0000 (+0000) Subject: Include sys/types.h for dev_t (#501919) X-Git-Tag: GLIB_2_15_1~196 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6356a9dd984a0ac64f5247e79c747b432f69567a;p=platform%2Fupstream%2Fglib.git Include sys/types.h for dev_t (#501919) 2007-12-06 Alexander Larsson * glocalfileinfo.h: Include sys/types.h for dev_t (#501919) svn path=/trunk/; revision=6057 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 0de9b80..06dca4b 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2007-12-06 Alexander Larsson + + * glocalfileinfo.h: + Include sys/types.h for dev_t (#501919) + 2007-12-06 Behdad Esfahbod * gio.symbols: diff --git a/gio/glocalfileinfo.h b/gio/glocalfileinfo.h index 888d5ba..bcb1d16 100644 --- a/gio/glocalfileinfo.h +++ b/gio/glocalfileinfo.h @@ -26,6 +26,9 @@ #include #include #include +#ifdef HAVE_SYS_TYPES_H +#include +#endif G_BEGIN_DECLS