Explorar el Código

* FreeBSD compile fix

svn: 658
Bryan Drewery hace 22 años
padre
commit
fd8405398a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main.c

+ 1 - 0
src/main.c

@@ -37,6 +37,7 @@
 #include <sys/file.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <signal.h>
 #ifdef S_ANTITRACE
 #include <sys/ptrace.h>
 #include <sys/wait.h>