aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2013-08-04 15:24:09 +0300
committerLasse Collin <lasse.collin@tukaani.org>2013-08-04 15:24:09 +0300
commit1c2b6e7e8382ed390f53e140f160488bb2205ecc (patch)
tree5fb4406339dd7c2ad99e4b33029b3c54c3f943a3 /src
parentWindows: Add Windows support to tuklib_cpucores(). (diff)
downloadxz-1c2b6e7e8382ed390f53e140f160488bb2205ecc.tar.xz
Fix the previous commit which broke the build.
Apparently I didn't even compile-test the previous commit. Thanks to Christian Hesse.
Diffstat (limited to 'src')
-rw-r--r--src/common/tuklib_cpucores.c2
1 files changed, 1 insertions, 1 deletions
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 <windows.h>
-#if defined(TUKLIB_CPUCORES_SYSCTL)
+#elif defined(TUKLIB_CPUCORES_SYSCTL)
# ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
# endif