woollybah 10 лет назад
Родитель
Сommit
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);}