]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Include memory.h so that we don't get warnings from gcc about using memcmp.
authorTed Lemon <source@isc.org>
Tue, 5 Sep 2000 17:30:42 +0000 (17:30 +0000)
committerTed Lemon <source@isc.org>
Tue, 5 Sep 2000 17:30:42 +0000 (17:30 +0000)
includes/omapip/omapip_p.h

index 09fbb9ddd4e7874fe5e8fb107934212451fa0893..4fe9a9ea5aeb2178f513721b3b965bcde13ea8fc 100644 (file)
@@ -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>