summaryrefslogtreecommitdiff
path: root/platform.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-11-05 18:56:08 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-11-05 18:56:08 +1100
commit9283d8cbc594419712f09258540253b899d2afd9 (patch)
tree527769c18ea16430f31063dfc069347f5bedd305 /platform.c
parentf619d1cad948193e53910ff48bc0b36547fa6d8f (diff)
- (dtucker) [platform.c] Need servconf.h and extern options.
Diffstat (limited to 'platform.c')
-rw-r--r--platform.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/platform.c b/platform.c
index f2cf11f56..0d5b4f1bc 100644
--- a/platform.c
+++ b/platform.c
@@ -1,4 +1,4 @@
1/* $Id: platform.c,v 1.14 2010/11/05 03:47:01 dtucker Exp $ */ 1/* $Id: platform.c,v 1.15 2010/11/05 07:56:08 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2006 Darren Tucker. All rights reserved. 4 * Copyright (c) 2006 Darren Tucker. All rights reserved.
@@ -19,13 +19,19 @@
19#include "config.h" 19#include "config.h"
20 20
21#include <sys/types.h> 21#include <sys/types.h>
22
23#include <stdarg.h>
22#include <unistd.h> 24#include <unistd.h>
23 25
26#include "log.h"
27#include "buffer.h"
28#include "servconf.h"
24#include "platform.h" 29#include "platform.h"
25 30
26#include "openbsd-compat/openbsd-compat.h" 31#include "openbsd-compat/openbsd-compat.h"
27 32
28extern int use_privsep; 33extern int use_privsep;
34extern ServerOptions options;
29 35
30void 36void
31platform_pre_listen(void) 37platform_pre_listen(void)