From 83b7153b408e61c454a1f2d3dd3cd9970ed96fff Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 5 Jan 2008 13:40:49 +0000 Subject: [PATCH] Add missing include "shadowio.h". (This was OK as long as prototypes.h included this file.) --- libmisc/xgetspnam.c | 2 ++ 1 file changed, 2 insertions(+) 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 * -- 2.47.2