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
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# endif # endif
# include <windows.h> # include <windows.h>
#if defined(TUKLIB_CPUCORES_SYSCTL) #elif defined(TUKLIB_CPUCORES_SYSCTL)
# ifdef HAVE_SYS_PARAM_H # ifdef HAVE_SYS_PARAM_H
# include <sys/param.h> # include <sys/param.h>
# endif # endif