summaryrefslogtreecommitdiffstats
path: root/platform.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-11-07 08:05:54 +0100
committerDarren Tucker <dtucker@zip.com.au>2010-11-07 08:05:54 +0100
commitd1ece6e4a274df0447ad278f729c6f32b8e4a5e5 (patch)
tree13c1075234a448fece45fe097bfbb3d315fbedbc /platform.c
parent - (dtucker) [platform.c] Need servconf.h and extern options. (diff)
downloadopenssh-d1ece6e4a274df0447ad278f729c6f32b8e4a5e5.tar.xz
openssh-d1ece6e4a274df0447ad278f729c6f32b8e4a5e5.zip
- (dtucker) [platform.c] includes.h instead of defines.h so that we get
the correct typedefs.
Diffstat (limited to 'platform.c')
-rw-r--r--platform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform.c b/platform.c
index 0d5b4f1bc..f57c2eab3 100644
--- a/platform.c
+++ b/platform.c
@@ -1,4 +1,4 @@
-/* $Id: platform.c,v 1.15 2010/11/05 07:56:08 dtucker Exp $ */
+/* $Id: platform.c,v 1.16 2010/11/07 07:05:54 dtucker Exp $ */
/*
* Copyright (c) 2006 Darren Tucker. All rights reserved.
@@ -16,7 +16,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "config.h"
+#include "includes.h"
#include <sys/types.h>