瀏覽代碼

* 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 {