forked from AuroraMiddleware/gtk
gtksecurememory.c: Don't include unistd.h unconditionally
It is not universally available on non-POSIX systems.
This commit is contained in:
parent
3d10b28df4
commit
c72b2f6167
@ -44,7 +44,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef WITH_VALGRIND
|
||||
|
Loading…
Reference in New Issue
Block a user