summaryrefslogtreecommitdiff
path: root/omapip/support.c
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-05-19 18:47:15 +0000
committerDavid Hankins <dhankins@isc.org>2007-05-19 18:47:15 +0000
commitfe5b0fdd70907a228c996a0d9a2857bc90a67e6f (patch)
tree98fca773de13ea25b36a8354547aff15b4070b52 /omapip/support.c
parent786b09305811b4f210e695961aaf3785a5d0d72d (diff)
downloadisc-dhcp-fe5b0fdd70907a228c996a0d9a2857bc90a67e6f.tar.gz
- Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]
- RELNOTES/README++ - s/wether/whether/ in dhcp-options.5 manpage edits.
Diffstat (limited to 'omapip/support.c')
-rw-r--r--omapip/support.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/omapip/support.c b/omapip/support.c
index 4f5538ec..0d48bf5b 100644
--- a/omapip/support.c
+++ b/omapip/support.c
@@ -34,9 +34,11 @@
#ifndef lint
static char ocopyright[] =
-"$Id: support.c,v 1.28 2006/02/24 23:16:30 dhankins Exp $ Copyright 2004-2006 Internet Systems Consortium.";
+"$Id: support.c,v 1.29 2007/05/19 18:47:15 dhankins Exp $ Copyright 2004-2006 Internet Systems Consortium.";
#endif
+#include "dhcpd.h"
+
#include <omapip/omapip_p.h>
omapi_object_type_t *omapi_type_connection;