mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
tests: Drop unnecessary include from gsubprocess-testprog.c
It’s not actually needed on any platform, and causes compilation problems on platforms where it’s not available. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Fixes: #3111
This commit is contained in:
parent
2046a1b9d2
commit
e00ca9967f
@ -5,7 +5,6 @@
|
||||
#include <errno.h>
|
||||
#ifdef G_OS_UNIX
|
||||
#include <unistd.h>
|
||||
#include <sys/ptrace.h>
|
||||
#else
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user