]> granicus.if.org Git - shadow/commitdiff
Add missing include "shadowio.h". (This was OK as long as prototypes.h included this...
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 13:40:49 +0000 (13:40 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 13:40:49 +0000 (13:40 +0000)
libmisc/xgetspnam.c

index b394ef06a2573d2b6bc41dfc7b31662ddf9c6709..2c961a30e9565300528a4b713ff24b9c40e8405f 100644 (file)
@@ -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 *