include strings.h for strcasecmp
authorYAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
Mon, 22 Apr 2013 13:20:04 +0000 (22:20 +0900)
committerBen Pfaff <blp@nicira.com>
Mon, 22 Apr 2013 15:46:13 +0000 (08:46 -0700)
commitedefaa2ef7acf59d3a062fff4ef3b9703103878c
treee7d179e21773a645d78d2e9e907cf91ed63a114c
parent1232834866cfae92e4316f6988115b953f159eab
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>
lib/smap.c