diff --git a/ChangeLog b/ChangeLog index 90619236..45e6bff4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * lib/prototypes.h: grent.c does not exist anymore. Remove the putgrent prototype. + * lib/prototypes.h: "shadowio.h" was included for the definition + of the spwd structure. Replace this include by 2008-01-01 Nicolas François diff --git a/lib/prototypes.h b/lib/prototypes.h index aafc3aad..1759c348 100644 --- a/lib/prototypes.h +++ b/lib/prototypes.h @@ -23,7 +23,7 @@ #endif #include #include -#include "shadowio.h" +#include #include "defines.h"