2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-30 13:58:14 +00:00

include strings.h for strcasecmp

while this is not the only place strcasecmp is used without an
explicit inclusion of the header, it's the only place gcc complains
on my environment.  for other places, probably the header is included
indirectly via other headers, i guess.

Signed-off-by: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
YAMAMOTO Takashi
2013-04-22 22:20:04 +09:00
committed by Ben Pfaff
parent 1232834866
commit edefaa2ef7

View File

@@ -15,6 +15,8 @@
#include <config.h>
#include "smap.h"
#include <strings.h>
#include "hash.h"
#include "json.h"