summaryrefslogtreecommitdiff
path: root/includes/omapip
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-09-05 17:30:42 +0000
committerTed Lemon <source@isc.org>2000-09-05 17:30:42 +0000
commitf73cec8979125dd54fa9c2148e8e1d695fae3901 (patch)
tree8a1106f9247de02f286dbb4bb3a23bf6befbd786 /includes/omapip
parent7420c56e35d980097c6e1ab1d260c72531bf2f87 (diff)
downloadisc-dhcp-f73cec8979125dd54fa9c2148e8e1d695fae3901.tar.gz
Include memory.h so that we don't get warnings from gcc about using memcmp.
Diffstat (limited to 'includes/omapip')
-rw-r--r--includes/omapip/omapip_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/omapip/omapip_p.h b/includes/omapip/omapip_p.h
index 09fbb9dd..4fe9a9ea 100644
--- a/includes/omapip/omapip_p.h
+++ b/includes/omapip/omapip_p.h
@@ -60,6 +60,7 @@
#include <stdio.h>
#include <unistd.h>
#include <string.h>
+#include <memory.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <ctype.h>