]> granicus.if.org Git - shadow/commitdiff
Add missing #include "getdef.h"
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 24 Nov 2007 00:28:25 +0000 (00:28 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 24 Nov 2007 00:28:25 +0000 (00:28 +0000)
ChangeLog
lib/groupio.c

index fcc896f03c9ec1ae70a057c686ee755a22d2e8bf..92dc48161644f1f4a70fd509ad6c1630f7620065 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index e49d89655bccacc3db53720a7fb6f030476e1a1d..1881a5947a0dd11124159ac5f5fa2b7078e8aa82 100644 (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 *);