Browse Source

* Missing headers for FreeBSD for kill()

svn: 1891
Bryan Drewery 21 năm trước cách đây
mục cha
commit
d97a780ca3
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 {