* linux-low.c: Include <sched.h>.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index 987649163f1d74756e532200f690145af8e6fdae..c88c0c3eb2f85dddf6ce4be5bdedf1d45a21b58a 100644 (file)
@@ -34,6 +34,7 @@
 #include <unistd.h>
 #include <errno.h>
 #include <sys/syscall.h>
+#include <sched.h>
 
 #ifndef PTRACE_GETSIGINFO
 # define PTRACE_GETSIGINFO 0x4202
This page took 0.025364 seconds and 4 git commands to generate.