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 ++++++++ readconf.c | 2 ++ 2 files changed, 10 insertions(+) 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) diff --git a/readconf.c b/readconf.c index 6a0ffd634..39e195837 100644 --- a/readconf.c +++ b/readconf.c @@ -28,6 +28,8 @@ #include #include #include +#include +#include #include "xmalloc.h" #include "ssh.h" -- cgit v1.2.3