From f8c2dd1b785125e82b9f2d04f1618137db1e2378 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 10 Jul 2014 08:28:03 +0200 Subject: build: include for strcasecmp() It happens to work without strings.h on glibc or with _GNU_SOURCE, but the POSIX standard requires including . Hopefully fixes OSX build. --- demux/demux_mf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/demux_mf.c') diff --git a/demux/demux_mf.c b/demux/demux_mf.c index 1a91d3f124..721d99cf4d 100644 --- a/demux/demux_mf.c +++ b/demux/demux_mf.c @@ -18,6 +18,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3