include signal.h

linux included it indirectly somehow, but relying on that is wrong and
breaks the freebsd build.
This commit is contained in:
Oswald Buddenhagen
2009-06-26 10:36:15 +02:00
parent 0a610c3b66
commit 70268390a7

View File

@@ -35,6 +35,7 @@
#include <sys/ptrace.h> #include <sys/ptrace.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <signal.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>