gvfs r1587 - in trunk: . common



Author: alexl
Date: Thu Mar  6 21:02:23 2008
New Revision: 1587
URL: http://svn.gnome.org/viewvc/gvfs?rev=1587&view=rev

Log:
2008-03-06  Alexander Larsson  <alexl redhat com>

        * common/gsysutils.c:
	Include <sys/types.h> also (#520307)




Modified:
   trunk/ChangeLog
   trunk/common/gsysutils.c

Modified: trunk/common/gsysutils.c
==============================================================================
--- trunk/common/gsysutils.c	(original)
+++ trunk/common/gsysutils.c	Thu Mar  6 21:02:23 2008
@@ -22,6 +22,9 @@
 
 #include <config.h>
 
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <stdio.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]