From: nekral-guest Date: Sat, 5 Jan 2008 13:07:54 +0000 (+0000) Subject: "shadowio.h" was included for the definition of the spwd structure. X-Git-Tag: 4.1.1~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7d372d8e3111345d55eced0b68f1d653474f1f8;p=shadow "shadowio.h" was included for the definition of the spwd structure. Replace this include by --- 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"