* 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

@ -1,3 +1,7 @@
2009-04-27 Nicolas François <nicolas.francois@centraliens.net>
* src/groupadd.c: Added missing include of <assert.h>
2009-04-27 Nicolas François <nicolas.francois@centraliens.net>
* lib/prototypes.h: Replace HAVE_UTMPX_H by USE_UTMPX.

View File

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