From 381ec1bb6338f270de14b15a2d8a5462ff3bc5e8 Mon Sep 17 00:00:00 2001 From: seife Date: Wed, 26 Jan 2011 20:01:07 +0000 Subject: [PATCH] neutrino: fix stream2file.cpp compilation on Tripledragon for compatibility reasons, the TD also uses a 'ca_cs.h' header, so no #ifdef is needed around it. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1072 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/driver/stream2file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/stream2file.cpp b/src/driver/stream2file.cpp index 3c9e79407..7dfab8807 100644 --- a/src/driver/stream2file.cpp +++ b/src/driver/stream2file.cpp @@ -57,12 +57,12 @@ #if HAVE_COOL_HARDWARE #include #include -#include #endif #if HAVE_TRIPLEDRAGON #include #include #endif +#include #include #include