summaryrefslogtreecommitdiff
path: root/omapip/buffer.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/buffer.c
parenta3621e23eb10608c29b69c8c7666e9953d65316c (diff)
downloadisc-dhcp-6a4c4be87197f6f45e78b1294f58224f60132d14.tar.gz
Seperate public and private object declarations.
Diffstat (limited to 'omapip/buffer.c')
-rw-r--r--omapip/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omapip/buffer.c b/omapip/buffer.c
index 25c3b351..9533ef71 100644
--- a/omapip/buffer.c
+++ b/omapip/buffer.c
@@ -20,7 +20,7 @@
* http://www.isc.org for more information.
*/
-#include <omapip/omapip.h>
+#include <omapip/omapip_p.h>
/* Make sure that at least len bytes are in the input buffer, and if not,
read enough bytes to make up the difference. */