summaryrefslogtreecommitdiff
path: root/server/stables.c
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-05-19 22:03:51 +0000
committerDavid Hankins <dhankins@isc.org>2007-05-19 22:03:51 +0000
commit3af71c19e42a50b4398c120126f48859347022d2 (patch)
tree49215757ff520f96ef7b79a3209d204ee798f87d /server/stables.c
parentc4f51a7dd002cf1d4050769544b3def750de047d (diff)
downloadisc-dhcp-3af71c19e42a50b4398c120126f48859347022d2.tar.gz
include syslog.h in server/stables.c, so that log-facility enumeration
is filled out with values.
Diffstat (limited to 'server/stables.c')
-rw-r--r--server/stables.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/stables.c b/server/stables.c
index 2ac63421..8e10b855 100644
--- a/server/stables.c
+++ b/server/stables.c
@@ -34,10 +34,11 @@
#ifndef lint
static char copyright[] =
-"$Id: stables.c,v 1.38 2007/05/08 23:05:22 dhankins Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n";
+"$Id: stables.c,v 1.39 2007/05/19 22:03:51 dhankins Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
+#include <syslog.h>
#if defined (FAILOVER_PROTOCOL)