diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-03-06 21:02:23 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2008-03-06 21:02:23 +0000 |
commit | e5677fc2195ae5096ec82dfec3a2d03168925182 (patch) | |
tree | e41acaf2fad9d7684177e72a26a78745515ad21e /common | |
parent | 29bf92644a4d8c9bada48faadcdb99ee21b80a8e (diff) | |
download | gvfs-e5677fc2195ae5096ec82dfec3a2d03168925182.tar.gz |
Include <sys/types.h> also (#520307)
2008-03-06 Alexander Larsson <alexl@redhat.com>
* common/gsysutils.c:
Include <sys/types.h> also (#520307)
svn path=/trunk/; revision=1587
Diffstat (limited to 'common')
-rw-r--r-- | common/gsysutils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gsysutils.c b/common/gsysutils.c index 2987c8dd..7a532f43 100644 --- a/common/gsysutils.c +++ b/common/gsysutils.c @@ -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> |