mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-03 14:23:07 +02:00
girffi.c: Don't include unistd.h unconditionally
It does not exist on all platforms https://bugzilla.gnome.org/show_bug.cgi?id=681820
This commit is contained in:
parent
86b7d7cc99
commit
c449db7704
2
girffi.c
2
girffi.c
@ -26,7 +26,9 @@
|
|||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
#include "girffi.h"
|
#include "girffi.h"
|
||||||
#include "girepository.h"
|
#include "girepository.h"
|
||||||
#include "girepository-private.h"
|
#include "girepository-private.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user