]> granicus.if.org Git - shadow/commitdiff
* src/groupadd.c: Added missing include of <assert.h>
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 27 Apr 2009 20:16:04 +0000 (20:16 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 27 Apr 2009 20:16:04 +0000 (20:16 +0000)
ChangeLog
src/groupadd.c

index cfca878ef2e8833a17833acdb8c2f499af5eae37..c9a311758dd7e06e2e71780e76f7ea8a6b49002f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-27  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/groupadd.c: Added missing include of <assert.h>
+
 2009-04-27  Nicolas François  <nicolas.francois@centraliens.net>
 
        * lib/prototypes.h: Replace HAVE_UTMPX_H by USE_UTMPX.
index 55de85e9ece5a36b25866986650f5079ea065426..b81163b70ed61f8b3f62cef2523d57108b6fee5d 100644 (file)
@@ -34,7 +34,6 @@
 
 #ident "$Id$"
 
-#include <assert.h>
 #include <ctype.h>
 #include <fcntl.h>
 #include <getopt.h>