summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-16 20:47:31 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-16 20:47:31 +1000
commite194ba4111ffd47cd1f4c8be1ddc8a4cb673d005 (patch)
treec897646b7fcd17d5a311df5b12271b0759e2a019 /servconf.c
parentb7ee8521448100e5b268111ff90feb017e657e44 (diff)
- (dtucker) [configure.ac readconf.c servconf.c
openbsd-compat/openbsd-compat.h] Add compat bits for scan_scaled.
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.c b/servconf.c
index 145239342..b2123c6c7 100644
--- a/servconf.c
+++ b/servconf.c
@@ -30,7 +30,9 @@
30#include <unistd.h> 30#include <unistd.h>
31#include <stdarg.h> 31#include <stdarg.h>
32#include <errno.h> 32#include <errno.h>
33#ifdef HAVE_UTIL_H
33#include <util.h> 34#include <util.h>
35#endif
34 36
35#include "openbsd-compat/sys-queue.h" 37#include "openbsd-compat/sys-queue.h"
36#include "xmalloc.h" 38#include "xmalloc.h"