Преглед изворни кода

* Missing headers for FreeBSD for kill()

svn: 1891
Bryan Drewery пре 21 година
родитељ
комит
d97a780ca3
1 измењених фајлова са 2 додато и 0 уклоњено
  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 {