* src/groupadd.c, lib/commonio.c, lib/groupio.c: Added missing

include of <assert.h>
This commit is contained in:
nekral-guest
2009-04-27 20:18:00 +00:00
parent e68e07d095
commit 69307a1f2b
3 changed files with 4 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
#ident "$Id$"
#include "defines.h"
#include <assert.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <limits.h>

View File

@@ -35,6 +35,7 @@
#ident "$Id$"
#include <assert.h>
#include <stdio.h>
#include "prototypes.h"