summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-10-08 03:43:15 +0000
committerTed Lemon <source@isc.org>1999-10-08 03:43:15 +0000
commit6a4c4be87197f6f45e78b1294f58224f60132d14 (patch)
tree0a7fb5b610c8ce52289e7f8701b621210104efcc /dhcpctl
parenta3621e23eb10608c29b69c8c7666e9953d65316c (diff)
downloadisc-dhcp-6a4c4be87197f6f45e78b1294f58224f60132d14.tar.gz
Seperate public and private object declarations.
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/callback.c1
-rw-r--r--dhcpctl/dhcpctl.c1
-rw-r--r--dhcpctl/remote.c1
-rw-r--r--dhcpctl/test.c5
4 files changed, 8 insertions, 0 deletions
diff --git a/dhcpctl/callback.c b/dhcpctl/callback.c
index d1f37be3..ca662848 100644
--- a/dhcpctl/callback.c
+++ b/dhcpctl/callback.c
@@ -20,6 +20,7 @@
* http://www.isc.org for more information.
*/
+#include <omapip/omapip_p.h>
#include "dhcpctl.h"
/* dhcpctl_set_callback
diff --git a/dhcpctl/dhcpctl.c b/dhcpctl/dhcpctl.c
index 92be571e..9ec097bd 100644
--- a/dhcpctl/dhcpctl.c
+++ b/dhcpctl/dhcpctl.c
@@ -20,6 +20,7 @@
* http://www.isc.org for more information.
*/
+#include <omapip/omapip_p.h>
#include "dhcpctl.h"
omapi_object_type_t *dhcpctl_callback_type;
diff --git a/dhcpctl/remote.c b/dhcpctl/remote.c
index c65a86dc..7a444552 100644
--- a/dhcpctl/remote.c
+++ b/dhcpctl/remote.c
@@ -20,6 +20,7 @@
* http://www.isc.org for more information.
*/
+#include <omapip/omapip_p.h>
#include "dhcpctl.h"
/* dhcpctl_new_object
diff --git a/dhcpctl/test.c b/dhcpctl/test.c
index 380be5e9..713e0f81 100644
--- a/dhcpctl/test.c
+++ b/dhcpctl/test.c
@@ -20,6 +20,11 @@
* http://www.isc.org for more information.
*/
+#include <time.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <isc/result.h>
#include "dhcpctl.h"
int main (int, char **);