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_playlist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demux/demux_playlist.c') diff --git a/demux/demux_playlist.c b/demux/demux_playlist.c index b2344b5583..9f533e1b8e 100644 --- a/demux/demux_playlist.c +++ b/demux/demux_playlist.c @@ -15,6 +15,8 @@ * with mpv. If not, see . */ +#include + #include "common/common.h" #include "options/options.h" #include "common/msg.h" -- cgit v1.2.3