forked from AuroraMiddleware/gtk
Added include of unistd.h so that gid_t is defined (on Solaris)
This commit is contained in:
parent
3340826a50
commit
9b490708ed
@ -36,6 +36,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <gmodule.h>
|
||||
#ifdef G_OS_UNIX
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "gtkdnd.h"
|
||||
#include "gtkcompat.h"
|
||||
#include "gtkmain.h"
|
||||
|
Loading…
Reference in New Issue
Block a user