diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2013-08-04 15:24:09 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2013-08-04 15:24:09 +0300 |
commit | 1c2b6e7e8382ed390f53e140f160488bb2205ecc (patch) | |
tree | 5fb4406339dd7c2ad99e4b33029b3c54c3f943a3 /src/common | |
parent | Windows: Add Windows support to tuklib_cpucores(). (diff) | |
download | xz-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/common')
-rw-r--r-- | src/common/tuklib_cpucores.c | 2 |
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 |