summaryrefslogtreecommitdiff
path: root/platform.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-11 17:02:23 +1100
committerDamien Miller <djm@mindrot.org>2011-01-11 17:02:23 +1100
commit81ad4b1fc0f3d2004a0e0004607ebd9a3664034b (patch)
tree69a8fc973b832b6d6089482da48d0ee629150de8 /platform.c
parent076a3b9ced9bbf5ee4f17a84b9593cc074308e15 (diff)
- (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 @@
1/* $Id: platform.c,v 1.17 2010/11/23 23:09:13 dtucker Exp $ */ 1/* $Id: platform.c,v 1.18 2011/01/11 06:02:25 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2006 Darren Tucker. All rights reserved. 4 * Copyright (c) 2006 Darren Tucker. All rights reserved.
@@ -26,6 +26,10 @@
26#include "log.h" 26#include "log.h"
27#include "buffer.h" 27#include "buffer.h"
28#include "servconf.h" 28#include "servconf.h"
29#include "key.h"
30#include "hostfile.h"
31#include "auth.h"
32#include "auth-pam.h"
29#include "platform.h" 33#include "platform.h"
30 34
31#include "openbsd-compat/openbsd-compat.h" 35#include "openbsd-compat/openbsd-compat.h"