summary refs log tree commit diff
path: root/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'group.c')
-rw-r--r--group.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/group.c b/group.c
index df7928c..f71ba06 100644
--- a/group.c
+++ b/group.c
@@ -19,7 +19,16 @@
  * $Id$
  */
 
+#include <sys/param.h>
+#include <sys/queue.h>
+
 #include <assert.h>
+#include <err.h>
+#include <errno.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
+#include <unistd.h>
 
 #include "calmwm.h"