From 195b7c7db8a9e9980386d0e8247f20015c7c7711 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 11 Nov 2014 17:45:15 +0000 Subject: Define USE_OOURA if not on "Darwin" - Should fix build issue on Linux --- src/init.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/init.c') diff --git a/src/init.c b/src/init.c index 4a0467c..879337f 100644 --- a/src/init.c +++ b/src/init.c @@ -23,10 +23,6 @@ /* init.c: defines initialisation and free functions. Also contains library constructor routine. */ -#ifdef HAVE_CONFIG_H -#include -#endif - #include #include #include @@ -38,8 +34,6 @@ #define DEFINE_GLOBALS #include "xtract_globals_private.h" - - #ifdef USE_OOURA void xtract_init_ooura_data(xtract_ooura_data *ooura_data, unsigned int N) { -- cgit v1.2.3