mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
glib-unix.h: Unconditionally include unistd.h
danw points out it's part of POSIX. https://bugzilla.gnome.org/show_bug.cgi?id=649201
This commit is contained in:
parent
e56498ee0b
commit
e08e70e08d
@ -26,9 +26,7 @@
|
|||||||
* system, work around it here (or better, fix the system or tell
|
* system, work around it here (or better, fix the system or tell
|
||||||
* people to use a better one).
|
* people to use a better one).
|
||||||
*/
|
*/
|
||||||
#ifdef HAVE_UNISTD_H
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user