summary refs log tree commit diff
path: root/xutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/xutil.c b/xutil.c
index bdb6da9..e59bc42 100644
--- a/xutil.c
+++ b/xutil.c
@@ -18,6 +18,16 @@
  * $Id$
  */
 
+#include <sys/param.h>
+#include <sys/queue.h>
+
+#include <err.h>
+#include <errno.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
+#include <unistd.h>
+
 #include "calmwm.h"
 
 static unsigned int ign_mods[] = { 0, LockMask, Mod2Mask, Mod2Mask | LockMask };