1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-01 13:23:07 +02: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: 
This commit is contained in:
Philip Withnall 2023-10-04 10:06:37 +01:00
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