aboutsummaryrefslogtreecommitdiffstats
path: root/group.c
diff options
context:
space:
mode:
authorokan2009-12-15 03:34:34 +0000
committerokan2009-12-15 03:34:34 +0000
commitfd91780e7c69b257bdffbf3807447d490e2adb48 (patch)
treec6165a9d7f710b1ee64f9f806e294000c052d40f /group.c
parent862a1793f0990088013563e197c67fe962ed8006 (diff)
downloadcwm-fd91780e7c69b257bdffbf3807447d490e2adb48.tar.gz
pull these headers only into files that need them.
ok oga@
Diffstat (limited to 'group.c')
-rw-r--r--group.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/group.c b/group.c
index 9f38959..49e48fd 100644
--- a/group.c
+++ b/group.c
@@ -16,9 +16,11 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: group.c,v 1.40 2009/12/15 03:24:36 okan Exp $
+ * $Id: group.c,v 1.41 2009/12/15 03:34:34 okan Exp $
*/
+#include <assert.h>
+
#include "calmwm.h"
static void group_add(struct group_ctx *, struct client_ctx *);