Przeglądaj źródła

Added missing include.

woollybah 10 lat temu
rodzic
commit
f60a4e6346
1 zmienionych plików z 1 dodań i 0 usunięć
  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);}