From 6356a9dd984a0ac64f5247e79c747b432f69567a Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 6 Dec 2007 09:33:59 +0000 Subject: [PATCH] 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 --- gio/ChangeLog | 5 +++++ gio/glocalfileinfo.h | 3 +++ 2 files changed, 8 insertions(+) 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 -- 2.7.4