From c3f8a7f5300c2eb06f2803f8bf71492c709b812a Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 11 Feb 2012 19:15:42 +0100 Subject: [PATCH] spark: fix build by using correct includes --- src/driver/record.h | 2 +- src/neutrino.cpp | 2 +- src/sectionsd/dmx.h | 2 +- src/zapit/include/audio.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/driver/record.h b/src/driver/record.h index db6726860..cd8c27572 100644 --- a/src/driver/record.h +++ b/src/driver/record.h @@ -40,7 +40,7 @@ #include #include #endif -#if HAVE_TRIPLEDRAGON +#if HAVE_TRIPLEDRAGON || USE_STB_HAL #include #include #endif diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 92a3f0fa1..622966b17 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -226,7 +226,7 @@ CNeutrinoApp::CNeutrinoApp() frameBuffer = CFrameBuffer::getInstance(); frameBuffer->setIconBasePath(DATADIR "/neutrino/icons/"); -#if HAVE_TRIPLEDRAGON +#if HAVE_TRIPLEDRAGON || USE_STB_HAL /* this needs to happen before the framebuffer is set up */ init_td_api(); // shutdown_td_api(); diff --git a/src/sectionsd/dmx.h b/src/sectionsd/dmx.h index a0209bad8..af002d376 100644 --- a/src/sectionsd/dmx.h +++ b/src/sectionsd/dmx.h @@ -32,7 +32,7 @@ #if HAVE_COOL_HARDWARE #include #endif -#if HAVE_TRIPLEDRAGON +#if HAVE_TRIPLEDRAGON || USE_STB_HAL #include #endif diff --git a/src/zapit/include/audio.h b/src/zapit/include/audio.h index 2bc0cc772..84b2a6556 100644 --- a/src/zapit/include/audio.h +++ b/src/zapit/include/audio.h @@ -1,6 +1,6 @@ #if HAVE_COOL_HARDWARE #include #endif -#if HAVE_TRIPLEDRAGON +#if HAVE_TRIPLEDRAGON || USE_STB_HAL #include #endif