include config.h everywhere (for LFS etc)

This commit is contained in:
Stefan Seyfried
2012-02-11 10:33:48 +01:00
parent 2e80e46c7b
commit f8568d53a5
11 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#include <config.h>
#if HAVE_TRIPLEDRAGON #if HAVE_TRIPLEDRAGON
#include "../libtriple/audio_td.h" #include "../libtriple/audio_td.h"
#elif HAVE_SPARK_HARDWARE #elif HAVE_SPARK_HARDWARE

View File

@@ -1,3 +1,4 @@
#include <config.h>
#if HAVE_TRIPLEDRAGON #if HAVE_TRIPLEDRAGON
#include "../libtriple/ca_cs.h" #include "../libtriple/ca_cs.h"
#elif HAVE_SPARK_HARDWARE #elif HAVE_SPARK_HARDWARE

View File

@@ -1,3 +1,4 @@
#include <config.h>
#if HAVE_TRIPLEDRAGON #if HAVE_TRIPLEDRAGON
#include "../libtriple/cs_api.h" #include "../libtriple/cs_api.h"
#elif HAVE_SPARK_HARDWARE #elif HAVE_SPARK_HARDWARE

View File

@@ -1,3 +1,4 @@
#include <config.h>
#if HAVE_TRIPLEDRAGON #if HAVE_TRIPLEDRAGON
#include "../libtriple/dmx_td.h" #include "../libtriple/dmx_td.h"
#elif HAVE_SPARK_HARDWARE #elif HAVE_SPARK_HARDWARE

View File

@@ -1,3 +1,4 @@
#include <config.h>
#if HAVE_TRIPLEDRAGON #if HAVE_TRIPLEDRAGON
#include "../libtriple/playback_td.h" #include "../libtriple/playback_td.h"
#elif HAVE_SPARK_HARDWARE #elif HAVE_SPARK_HARDWARE

View File

@@ -1 +1,3 @@
/* playback_*.cpp uses off_t */
#include <config.h>
#include "playback_td.h" #include "playback_td.h"

View File

@@ -1,3 +1,4 @@
#include <config.h>
#if HAVE_TRIPLEDRAGON #if HAVE_TRIPLEDRAGON
#include "../libtriple/playback_td.h" #include "../libtriple/playback_td.h"
#elif HAVE_SPARK_HARDWARE #elif HAVE_SPARK_HARDWARE

View File

@@ -1,3 +1,4 @@
#include <config.h>
#if HAVE_TRIPLEDRAGON #if HAVE_TRIPLEDRAGON
#include "../libtriple/pwrmngr.h" #include "../libtriple/pwrmngr.h"
#elif HAVE_SPARK_HARDWARE #elif HAVE_SPARK_HARDWARE

View File

@@ -1,3 +1,4 @@
#include <config.h>
#if HAVE_TRIPLEDRAGON #if HAVE_TRIPLEDRAGON
#include "../libtriple/record_td.h" #include "../libtriple/record_td.h"
#elif HAVE_SPARK_HARDWARE #elif HAVE_SPARK_HARDWARE

View File

@@ -1,3 +1,4 @@
#include <config.h>
#if HAVE_TRIPLEDRAGON #if HAVE_TRIPLEDRAGON
#include "../libtriple/video_td.h" #include "../libtriple/video_td.h"
#elif HAVE_SPARK_HARDWARE #elif HAVE_SPARK_HARDWARE

View File

@@ -1,3 +1,5 @@
#include <config.h>
#include <stdio.h> #include <stdio.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>