* src/groupadd.c, lib/commonio.c, lib/groupio.c: Added missing
include of <assert.h>
This commit is contained in:
parent
e68e07d095
commit
69307a1f2b
@ -1,6 +1,7 @@
|
||||
2009-04-27 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* src/groupadd.c: Added missing include of <assert.h>
|
||||
* src/groupadd.c, lib/commonio.c, lib/groupio.c: Added missing
|
||||
include of <assert.h>
|
||||
|
||||
2009-04-27 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
|
@ -35,6 +35,7 @@
|
||||
#ident "$Id$"
|
||||
|
||||
#include "defines.h"
|
||||
#include <assert.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
|
@ -35,6 +35,7 @@
|
||||
|
||||
#ident "$Id$"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "prototypes.h"
|
||||
|
Loading…
Reference in New Issue
Block a user