-I$(top_srcdir)/gmodule, fix from Michael Meeks
[platform/upstream/glib.git] / gcompletion.h
index 83b243b..d5fca3f 100644 (file)
 #define __G_COMPLETION_H__
 
 #include <glist.h>
+#include <stddef.h>            /* For size_t */
+#ifdef G_OS_UNIX
 #include <unistd.h>
+#endif
 
 G_BEGIN_DECLS