From: Ted Lemon Date: Tue, 5 Sep 2000 17:30:42 +0000 (+0000) Subject: Include memory.h so that we don't get warnings from gcc about using memcmp. X-Git-Tag: V3-BETA-2-PATCH-3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f73cec8979125dd54fa9c2148e8e1d695fae3901;p=thirdparty%2Fdhcp.git Include memory.h so that we don't get warnings from gcc about using memcmp. --- diff --git a/includes/omapip/omapip_p.h b/includes/omapip/omapip_p.h index 09fbb9ddd..4fe9a9ea5 100644 --- a/includes/omapip/omapip_p.h +++ b/includes/omapip/omapip_p.h @@ -60,6 +60,7 @@ #include #include #include +#include #include #include #include