mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-14 14:25:13 +02: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:
@ -26,9 +26,7 @@
|
||||
* system, work around it here (or better, fix the system or tell
|
||||
* people to use a better one).
|
||||
*/
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include <sys/wait.h>
|
||||
#include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user