From 25e89985c0ffb08aea78cfd8963e6398ce730d91 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 9 Aug 1999 14:49:12 +0000 Subject: [PATCH] declare struct spwd git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6777 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/login/login_locl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appl/login/login_locl.h b/appl/login/login_locl.h index f78ee588c..6bb07e4b5 100644 --- a/appl/login/login_locl.h +++ b/appl/login/login_locl.h @@ -126,6 +126,8 @@ #define _PATH_LOGIN_CONF "/etc/login.conf" #endif /* _PATH_LOGIN_CONF */ +struct spwd; + #include "login_protos.h" #endif /* __LOGIN_LOCL_H__ */