diff --git a/ChangeLog b/ChangeLog index 9d72f1bf..bdfd33da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2011-11-16 Nicolas François - * src/useradd.c: Compil fix when SHADOWGRP is not enabled. + * src/useradd.c: Compilation fix when SHADOWGRP is not enabled. + * libmisc/root_flag.c: Add missing #include 2011-11-13 Nicolas François diff --git a/libmisc/root_flag.c b/libmisc/root_flag.c index 873c537a..f0349971 100644 --- a/libmisc/root_flag.c +++ b/libmisc/root_flag.c @@ -32,6 +32,7 @@ #ident "$Id$" +#include #include #include "defines.h" #include "prototypes.h"