Explorar o código

Added missing include.

woollybah %!s(int64=10) %!d(string=hai) anos
pai
achega
f60a4e6346
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);}