summaryrefslogtreecommitdiff
path: root/omapip/convert.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/convert.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/convert.c')
-rw-r--r--omapip/convert.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/omapip/convert.c b/omapip/convert.c
index 99ff3d25..92a4b4d9 100644
--- a/omapip/convert.c
+++ b/omapip/convert.c
@@ -35,9 +35,11 @@
#ifndef lint
static char copyright[] =
-"$Id: convert.c,v 1.2 2005/03/17 20:15:21 dhankins Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n";
+"$Id: convert.c,v 1.3 2007/05/19 18:47:15 dhankins Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
+#include "dhcpd.h"
+
#include <omapip/omapip_p.h>
u_int32_t getULong (buf)