diff options
Diffstat (limited to 'platform.c')
-rw-r--r-- | platform.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform.c b/platform.c index 30fc60909..ee313da55 100644 --- a/platform.c +++ b/platform.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: platform.c,v 1.21 2014/01/21 01:59:29 tim Exp $ */ | 1 | /* $Id: platform.c,v 1.22 2014/07/18 04:11:26 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2006 Darren Tucker. All rights reserved. | 4 | * Copyright (c) 2006 Darren Tucker. All rights reserved. |
@@ -25,6 +25,7 @@ | |||
25 | 25 | ||
26 | #include "log.h" | 26 | #include "log.h" |
27 | #include "buffer.h" | 27 | #include "buffer.h" |
28 | #include "misc.h" | ||
28 | #include "servconf.h" | 29 | #include "servconf.h" |
29 | #include "key.h" | 30 | #include "key.h" |
30 | #include "hostfile.h" | 31 | #include "hostfile.h" |