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. --- player/loadfile.c | 1 + player/lua.c | 1 + player/scripting.c | 1 + 3 files changed, 3 insertions(+) (limited to 'player') diff --git a/player/loadfile.c b/player/loadfile.c index 50312712d2..ce25070a79 100644 --- a/player/loadfile.c +++ b/player/loadfile.c @@ -18,6 +18,7 @@ #include #include +#include #include #include diff --git a/player/lua.c b/player/lua.c index a06887b7cd..81a6363d2a 100644 --- a/player/lua.c +++ b/player/lua.c @@ -17,6 +17,7 @@ #include #include +#include #include #include #include diff --git a/player/scripting.c b/player/scripting.c index 6f6c40687f..0393427bef 100644 --- a/player/scripting.c +++ b/player/scripting.c @@ -16,6 +16,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3