diff options
author | David Hankins <dhankins@isc.org> | 2007-05-19 18:47:15 +0000 |
---|---|---|
committer | David Hankins <dhankins@isc.org> | 2007-05-19 18:47:15 +0000 |
commit | fe5b0fdd70907a228c996a0d9a2857bc90a67e6f (patch) | |
tree | 98fca773de13ea25b36a8354547aff15b4070b52 /omapip/toisc.c | |
parent | 786b09305811b4f210e695961aaf3785a5d0d72d (diff) | |
download | isc-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/toisc.c')
-rw-r--r-- | omapip/toisc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/omapip/toisc.c b/omapip/toisc.c index da5923e6..630138f8 100644 --- a/omapip/toisc.c +++ b/omapip/toisc.c @@ -32,10 +32,14 @@ * ``http://www.nominum.com''. */ +#include "dhcpd.h" + #include <omapip/omapip_p.h> #include "arpa/nameser.h" #include "minires/minires.h" +#include <errno.h> + isc_result_t ns_rcode_to_isc (int nsr) { switch (nsr) { |