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:
committed by
Ben Pfaff
parent
1232834866
commit
edefaa2ef7
@@ -15,6 +15,8 @@
|
||||
#include <config.h>
|
||||
#include "smap.h"
|
||||
|
||||
#include <strings.h>
|
||||
|
||||
#include "hash.h"
|
||||
#include "json.h"
|
||||
|
||||
|
Reference in New Issue
Block a user