From 05e2b1f51352ea5f1fea7805dea4a9c4c642f9d8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 13 Nov 2013 20:59:50 +0100 Subject: stream: don't include linux/types.h in some files Apparently this is not portable to FreeBSD. It turns out that we (probably) don't use any symbols defined by this header directly, so the includes are not needed. --- stream/stream_radio.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'stream/stream_radio.c') diff --git a/stream/stream_radio.c b/stream/stream_radio.c index 9bbfcbecb1..4189dd469b 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -35,8 +35,6 @@ #include #include -#include - #if HAVE_RADIO_V4L2 #include #endif -- cgit v1.2.3