* src/groupadd.c: Added missing include of <assert.h>

This commit is contained in:
nekral-guest
2009-04-27 20:16:04 +00:00
parent 851245107d
commit e68e07d095
2 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,6 @@
#ident "$Id$"
#include <assert.h>
#include <ctype.h>
#include <fcntl.h>
#include <getopt.h>