1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Fix the previous commit which broke the build.

Apparently I didn't even compile-test the previous commit.

Thanks to Christian Hesse.
This commit is contained in:
Lasse Collin 2013-08-04 15:24:09 +03:00
parent 124eb69c78
commit 1c2b6e7e83

View file

@ -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