From 1c2b6e7e8382ed390f53e140f160488bb2205ecc Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 4 Aug 2013 15:24:09 +0300 Subject: Fix the previous commit which broke the build. Apparently I didn't even compile-test the previous commit. Thanks to Christian Hesse. --- src/common/tuklib_cpucores.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/tuklib_cpucores.c b/src/common/tuklib_cpucores.c index 93413a3c..7574bc9c 100644 --- a/src/common/tuklib_cpucores.c +++ b/src/common/tuklib_cpucores.c @@ -18,7 +18,7 @@ # endif # include -#if defined(TUKLIB_CPUCORES_SYSCTL) +#elif defined(TUKLIB_CPUCORES_SYSCTL) # ifdef HAVE_SYS_PARAM_H # include # endif -- cgit v1.2.3