summaryrefslogtreecommitdiffstats
path: root/platform.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-11 07:02:23 +0100
committerDamien Miller <djm@mindrot.org>2011-01-11 07:02:23 +0100
commit81ad4b1fc0f3d2004a0e0004607ebd9a3664034b (patch)
tree69a8fc973b832b6d6089482da48d0ee629150de8 /platform.c
parent - (tim) [regress/host-expand.sh] Fix for building outside of read only (diff)
downloadopenssh-81ad4b1fc0f3d2004a0e0004607ebd9a3664034b.tar.xz
openssh-81ad4b1fc0f3d2004a0e0004607ebd9a3664034b.zip
- (djm) [platform.c] Some missing includes that show up under -Werror
Diffstat (limited to 'platform.c')
-rw-r--r--platform.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/platform.c b/platform.c
index 60b87a6ae..a455472b3 100644
--- a/platform.c
+++ b/platform.c
@@ -1,4 +1,4 @@
-/* $Id: platform.c,v 1.17 2010/11/23 23:09:13 dtucker Exp $ */
+/* $Id: platform.c,v 1.18 2011/01/11 06:02:25 djm Exp $ */
/*
* Copyright (c) 2006 Darren Tucker. All rights reserved.
@@ -26,6 +26,10 @@
#include "log.h"
#include "buffer.h"
#include "servconf.h"
+#include "key.h"
+#include "hostfile.h"
+#include "auth.h"
+#include "auth-pam.h"
#include "platform.h"
#include "openbsd-compat/openbsd-compat.h"