[Pkg-shadow-commits] r1637 - upstream/trunk/libmisc
nekral-guest at alioth.debian.org
nekral-guest at alioth.debian.org
Sat Jan 5 13:40:50 UTC 2008
Author: nekral-guest
Date: 2008-01-05 13:40:49 +0000 (Sat, 05 Jan 2008)
New Revision: 1637
Modified:
upstream/trunk/libmisc/xgetspnam.c
Log:
Add missing include "shadowio.h". (This was OK as long as prototypes.h included this file.)
Modified: upstream/trunk/libmisc/xgetspnam.c
===================================================================
--- upstream/trunk/libmisc/xgetspnam.c 2008-01-05 13:37:32 UTC (rev 1636)
+++ upstream/trunk/libmisc/xgetspnam.c 2008-01-05 13:40:49 UTC (rev 1637)
@@ -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 *
More information about the Pkg-shadow-commits
mailing list