[ovs-dev] [PATCH 05/18] include strings.h for strcasecmp.

YAMAMOTO Takashi yamamoto at valinux.co.jp
Thu Jan 31 10:49:39 UTC 2013


From: YAMAMOTO Takashi <yamt at mwd.biglobe.ne.jp>

Signed-off-by: YAMAMOTO Takashi <yamamoto at valinux.co.jp>
---
 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




More information about the dev mailing list