summaryrefslogtreecommitdiff
path: root/omapip/alloc.c
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 /omapip/alloc.c
parenta3621e23eb10608c29b69c8c7666e9953d65316c (diff)
downloadisc-dhcp-6a4c4be87197f6f45e78b1294f58224f60132d14.tar.gz
Seperate public and private object declarations.
Diffstat (limited to 'omapip/alloc.c')
-rw-r--r--omapip/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omapip/alloc.c b/omapip/alloc.c
index 8d93751b..67d32120 100644
--- a/omapip/alloc.c
+++ b/omapip/alloc.c
@@ -21,7 +21,7 @@
* http://www.isc.org for more information.
*/
-#include <omapip/omapip.h>
+#include <omapip/omapip_p.h>
isc_result_t omapi_object_reference (omapi_object_t **r,
omapi_object_t *h,