From be510142eba95a25ede7e2713a6c11e9520800d5 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 12 Jun 2007 17:14:26 +0000 Subject: fix some missing #includes etc. --- openbsd-compat/port-linux.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'openbsd-compat/port-linux.c') diff --git a/openbsd-compat/port-linux.c b/openbsd-compat/port-linux.c index d153f8fb5..030c733df 100644 --- a/openbsd-compat/port-linux.c +++ b/openbsd-compat/port-linux.c @@ -28,13 +28,21 @@ #include #ifdef WITH_SELINUX +#include "key.h" +#include "hostfile.h" +#include "auth.h" #include "log.h" +#ifdef HAVE_GETSEUSERBYNAME +#include "xmalloc.h" +#endif #include "port-linux.h" #include #include #include +extern Authctxt *the_authctxt; + /* Wrapper around is_selinux_enabled() to log its return value once only */ static int ssh_selinux_enabled(void) -- cgit v1.2.3