Make nixio compile on OpenSolaris
[project/luci.git] / libs / nixio / src / process.c
index 19fa10e..e8f0cdc 100644 (file)
@@ -24,6 +24,7 @@
 #include <string.h>
 #include <sys/wait.h>
 #include <sys/types.h>
+#include <signal.h>
 
 static int nixio_fork(lua_State *L) {
        pid_t pid = fork();