From: nekral-guest Date: Sat, 5 Jan 2008 13:40:49 +0000 (+0000) Subject: Add missing include "shadowio.h". (This was OK as long as prototypes.h included this... X-Git-Tag: 4.1.1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83b7153b408e61c454a1f2d3dd3cd9970ed96fff;p=thirdparty%2Fshadow.git Add missing include "shadowio.h". (This was OK as long as prototypes.h included this file.) --- diff --git a/libmisc/xgetspnam.c b/libmisc/xgetspnam.c index b394ef06a..2c961a30e 100644 --- a/libmisc/xgetspnam.c +++ b/libmisc/xgetspnam.c @@ -20,6 +20,8 @@ * This file provide wrapper to the getpwnam or getpwnam_r functions. */ +#include "shadowio.h" + #define LOOKUP_TYPE struct spwd #define FUNCTION_NAME getspnam #define ARG_TYPE const char *