]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (djm) [platform.c] Some missing includes that show up under -Werror
authorDamien Miller <djm@mindrot.org>
Tue, 11 Jan 2011 06:02:23 +0000 (17:02 +1100)
committerDamien Miller <djm@mindrot.org>
Tue, 11 Jan 2011 06:02:23 +0000 (17:02 +1100)
ChangeLog
platform.c

index 3e931f394e859d7b273d9e8768e1213a1152edcd..5ddc26a6a311795a4df5a0425467fe5c20e07a82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 20110111
  - (tim) [regress/host-expand.sh] Fix for building outside of read only
    source tree.
+ - (djm) [platform.c] Some missing includes that show up under -Werror
 
 20110109
  - (djm) [Makefile.in] list ssh_host_ecdsa key in PATHSUBS; spotted by
index 60b87a6ae84a2d8394359ef41c11ef0b4b28fc30..a455472b3f542557116aa4362820e71ee8bb036f 100644 (file)
@@ -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.
 #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"