aboutsummaryrefslogtreecommitdiffstats
path: root/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'group.c')
-rw-r--r--group.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/group.c b/group.c
index b12ee92..f4716e7 100644
--- a/group.c
+++ b/group.c
@@ -16,10 +16,19 @@
* 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.42 2009/12/15 03:38:11 okan Exp $
+ * $Id: group.c,v 1.43 2009/12/15 04:10:42 okan Exp $
*/
+#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"