* linux-low.c: Include <sched.h>.

This commit is contained in:
Daniel Jacobowitz 2007-11-05 19:22:08 +00:00
parent c40e75cd6e
commit f9387fc3b0
2 changed files with 5 additions and 0 deletions

View 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.

View 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