forked from AuroraMiddleware/gtk
Protect inclusion of unistd.h
This commit is contained in:
parent
cdb998dea6
commit
fc122305d0
@ -22,7 +22,9 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#include "gtkapplication.h"
|
||||
|
Loading…
Reference in New Issue
Block a user