diff options
Diffstat (limited to 'group.c')
-rw-r--r-- | group.c | 2 |
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 *); |