Explorar el Código

* Missing headers for FreeBSD for kill()

svn: 1891
Bryan Drewery hace 21 años
padre
commit
d97a780ca3
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/binary.c

+ 2 - 0
src/binary.c

@@ -15,6 +15,8 @@
 #include "misc_file.h"
 
 #include <sys/wait.h>
+#include <sys/types.h>
+#include <signal.h>
 
 /*
 typedef struct encdata_struct {