瀏覽代碼

Added missing include.

woollybah 10 年之前
父節點
當前提交
f60a4e6346
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      freeprocess.mod/freeprocess.c

+ 1 - 0
freeprocess.mod/freeprocess.c

@@ -11,6 +11,7 @@
 #include <sys/ioctl.h>
 #include <unistd.h>
 #include <sys/wait.h>
+#include <signal.h>
 
 int fdClose(int fd) {return close(fd);}
 BBLONG fdRead(int fd,char *buffer,BBLONG count) {return read(fd,buffer,count);}