From: David Hankins Date: Sat, 19 May 2007 22:03:51 +0000 (+0000) Subject: include syslog.h in server/stables.c, so that log-facility enumeration X-Git-Tag: v4_0_0a1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af71c19e42a50b4398c120126f48859347022d2;p=thirdparty%2Fdhcp.git include syslog.h in server/stables.c, so that log-facility enumeration is filled out with values. --- diff --git a/server/stables.c b/server/stables.c index 2ac634210..8e10b855c 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 #if defined (FAILOVER_PROTOCOL)