From: YAMAMOTO Takashi <[email protected]> Signed-off-by: YAMAMOTO Takashi <[email protected]> --- lib/smap.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/lib/smap.c b/lib/smap.c index 54b339f..d993d84 100644 --- a/lib/smap.c +++ b/lib/smap.c @@ -15,6 +15,8 @@ #include <config.h> #include "smap.h" +#include <strings.h> /* strcasecmp */ + #include "hash.h" #include "json.h" -- 1.7.12 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
