aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c
diff options
context:
space:
mode:
authorokan2012-11-07 14:49:46 +0000
committerokan2012-11-07 14:49:46 +0000
commit04161623a2503a300725ee68a4a963b69f59bfd2 (patch)
treeaf560e38c2269b58c6f39ee831f7e408b850229d /xevents.c
parentde7544d1d1fefa1f75a916fdb9e4fe8917cb016c (diff)
downloadcwm-04161623a2503a300725ee68a4a963b69f59bfd2.tar.gz
missing headers; from Thordur Bjornsson.
Diffstat (limited to 'xevents.c')
-rw-r--r--xevents.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xevents.c b/xevents.c
index abade0c..81392f5 100644
--- a/xevents.c
+++ b/xevents.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: xevents.c,v 1.67 2012/09/12 15:09:33 okan Exp $
+ * $OpenBSD: xevents.c,v 1.68 2012/11/07 14:49:46 okan Exp $
*/
/*
@@ -29,6 +29,7 @@
#include <err.h>
#include <errno.h>
+#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>