blob: 3bc6e665ba31362b4fb9ae62dcf813155c569dc3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- nft_popen.c.orig Sun Jan 15 10:27:41 2006
+++ nft_popen.c Sun Jan 15 10:28:08 2006
@@ -66,6 +66,7 @@
#include <string.h>
#include <unistd.h>
#include <sys/wait.h>
+#include <sys/signal.h>
#include <nft_popen.h>
|