]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
include syslog.h in server/stables.c, so that log-facility enumeration
authorDavid Hankins <dhankins@isc.org>
Sat, 19 May 2007 22:03:51 +0000 (22:03 +0000)
committerDavid Hankins <dhankins@isc.org>
Sat, 19 May 2007 22:03:51 +0000 (22:03 +0000)
is filled out with values.

server/stables.c

index 2ac63421091363d0b8bfbe6a0187f7afed89b676..8e10b855cf64de0446a5889f4731f42902963f94 100644 (file)
 
 #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)