* linux-low.c: Include <sched.h>.
authorDaniel Jacobowitz <drow@false.org>
Mon, 5 Nov 2007 19:22:08 +0000 (19:22 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 5 Nov 2007 19:22:08 +0000 (19:22 +0000)
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c

index 4c56ce0863ec39852363f487490e29c77e3ce2e6..245163bc37c014b2a7a96f91b2eead5f874f07a6 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * linux-low.c: Include <sched.h>.
+
 2007-11-01  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * linux-low.c (linux_tracefork_grandchild): New.
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