From b7d372d8e3111345d55eced0b68f1d653474f1f8 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 5 Jan 2008 13:07:54 +0000 Subject: [PATCH] "shadowio.h" was included for the definition of the spwd structure. Replace this include by --- ChangeLog | 2 ++ lib/prototypes.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"