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
-/* $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"