mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
- (djm) [platform.c] Some missing includes that show up under -Werror
This commit is contained in:
parent
076a3b9ced
commit
81ad4b1fc0
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user