From: nekral-guest Date: Sat, 24 Nov 2007 00:28:25 +0000 (+0000) Subject: Add missing #include "getdef.h" X-Git-Tag: 4.1.0~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ffc0f820a84370a84d9bb35e9df676d85d53e32;p=shadow Add missing #include "getdef.h" --- diff --git a/ChangeLog b/ChangeLog index fcc896f0..92dc4816 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-24 Nicolas François + + * lib/groupio.c: Add missing #include "getdef.h" + 2007-11-24 Nicolas François * src/newusers.c: Provide the crypt method to all the diff --git a/lib/groupio.c b/lib/groupio.c index e49d8965..1881a594 100644 --- a/lib/groupio.c +++ b/lib/groupio.c @@ -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 *);