Add missing #include "getdef.h"

This commit is contained in:
nekral-guest 2007-11-24 00:28:25 +00:00
parent afbf2094a8
commit 6ffc0f820a
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-11-24 Nicolas François <nicolas.francois@centraliens.net>
* lib/groupio.c: Add missing #include "getdef.h"
2007-11-24 Nicolas François <nicolas.francois@centraliens.net>
* src/newusers.c: Provide the crypt method to all the

View File

@ -6,6 +6,7 @@
#include "prototypes.h"
#include "defines.h"
#include "commonio.h"
#include "getdef.h"
#include "groupio.h"
extern int putgrent (const struct group *, FILE *);
extern struct group *sgetgrent (const char *);