aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_util.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-11-01 20:54:12 +1000
committerGravatar axel <axel@liljencrantz.se>2006-11-01 20:54:12 +1000
commit7a8ca733760a36d5238a4b7eae5c3ab1fadb1b08 (patch)
treea7114a81911364bbe5d04d69a7ff04e84cf5af0b /parse_util.c
parent9eb182696118aed9763e446463ab25a951aa527a (diff)
Add missing include to fix a warning
darcs-hash:20061101105412-ac50b-1ee3d996330ad435954abfc8f827deb3f121adb5.gz
Diffstat (limited to 'parse_util.c')
-rw-r--r--parse_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse_util.c b/parse_util.c
index 3e939bd9..a3eb49d2 100644
--- a/parse_util.c
+++ b/parse_util.c
@@ -33,7 +33,7 @@
#include "intern.h"
#include "exec.h"
#include "env.h"
-
+#include "signal.h"
#include "wildcard.h"
#include "halloc_util.h"