$NetBSD: patch-session_c,v 1.1 2011/09/29 09:10:42 dholland Exp $

- needs pwd.h unconditionally.

--- session.c~	1998-08-09 11:29:30.000000000 +0000
+++ session.c
@@ -68,8 +68,8 @@ from the X Consortium.
 #endif
 #ifdef HAS_SETUSERCONTEXT
 #include <login_cap.h>
-#include <pwd.h>
 #endif
+#include <pwd.h>
 
 extern	int	PingServer();
 extern	int	SessionPingFailed();
