Add missing #include "getdef.h"
This commit is contained in:
parent
afbf2094a8
commit
6ffc0f820a
@ -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>
|
2007-11-24 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/newusers.c: Provide the crypt method to all the
|
* src/newusers.c: Provide the crypt method to all the
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
#include "defines.h"
|
#include "defines.h"
|
||||||
#include "commonio.h"
|
#include "commonio.h"
|
||||||
|
#include "getdef.h"
|
||||||
#include "groupio.h"
|
#include "groupio.h"
|
||||||
extern int putgrent (const struct group *, FILE *);
|
extern int putgrent (const struct group *, FILE *);
|
||||||
extern struct group *sgetgrent (const char *);
|
extern struct group *sgetgrent (const char *);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user