Clean up platform-specific includes

The problem was pointed out in bug 618029. To solve it, we moved
the GUnixFDList typedef to giotypes.h.
This commit is contained in:
Matthias Clasen
2010-05-13 20:29:04 -04:00
parent dd3551e7c3
commit 8f89b63930
8 changed files with 8 additions and 9 deletions

View File

@@ -38,6 +38,8 @@
#include "gioerror.h"
#ifdef G_OS_UNIX
#include "gunixfdlist.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>