summary refs log tree commit diff
path: root/group.c
diff options
context:
space:
mode:
authorokan <okan>2009-12-15 03:34:34 +0000
committerokan <okan>2009-12-15 03:34:34 +0000
commitb27c3c22b508889678986f74b2ca3082a4b577ad (patch)
treeab26d1142bf442a294a5813be54909b257f570f3 /group.c
parent2ad2b5f31d01d8c0c3a45c542fc525ae79b4ae29 (diff)
downloadcwm-b27c3c22b508889678986f74b2ca3082a4b577ad.tar.gz
cwm-b27c3c22b508889678986f74b2ca3082a4b577ad.tar.xz
cwm-b27c3c22b508889678986f74b2ca3082a4b577ad.zip
pull these headers only into files that need them.
ok oga@
Diffstat (limited to 'group.c')
-rw-r--r--group.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/group.c b/group.c
index 3dc730c..e05ff54 100644
--- a/group.c
+++ b/group.c
@@ -19,6 +19,8 @@
  * $Id$
  */
 
+#include <assert.h>
+
 #include "calmwm.h"
 
 static void		 group_add(struct group_ctx *, struct client_ctx *);