summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2012-11-07 14:49:46 +0000
committerokan <okan>2012-11-07 14:49:46 +0000
commit438c0332a11ee13494d4bcebdb28607efbdd2f65 (patch)
tree4eaef75a7d8df5a2429fbcde3a8d50023cbd473c
parentc53c1af2db17dd4b9fb2d1fbc1b909e32b060531 (diff)
downloadcwm-438c0332a11ee13494d4bcebdb28607efbdd2f65.tar.gz
cwm-438c0332a11ee13494d4bcebdb28607efbdd2f65.tar.xz
cwm-438c0332a11ee13494d4bcebdb28607efbdd2f65.zip
missing headers; from Thordur Bjornsson.
-rw-r--r--kbfunc.c1
-rw-r--r--xevents.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/kbfunc.c b/kbfunc.c
index 1920c5d..b6c0a0d 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -25,6 +25,7 @@
 #include <err.h>
 #include <errno.h>
 #include <paths.h>
+#include <signal.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
diff --git a/xevents.c b/xevents.c
index eddf4fe..0d91067 100644
--- a/xevents.c
+++ b/xevents.c
@@ -29,6 +29,7 @@
 
 #include <err.h>
 #include <errno.h>
+#include <signal.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>