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. --- stream/stream_dvd.c | 1 + stream/stream_pvr.c | 1 + stream/tv.c | 1 + stream/tvi_v4l2.c | 1 + 4 files changed, 4 insertions(+) (limited to 'stream') diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c index 1dd0324bbb..857d144a65 100644 --- a/stream/stream_dvd.c +++ b/stream/stream_dvd.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include diff --git a/stream/stream_pvr.c b/stream/stream_pvr.c index 217a27849a..6fa0b93926 100644 --- a/stream/stream_pvr.c +++ b/stream/stream_pvr.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include diff --git a/stream/tv.c b/stream/tv.c index dc50576793..65260e04c0 100644 --- a/stream/tv.c +++ b/stream/tv.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index 96ddd639d8..13067b8cab 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -40,6 +40,7 @@ known issues: #include #include #include +#include #include #include #include -- cgit v1.2.3