Merge branch 'patch-1' of https://github.com/nolta/OpenBLAS into develop

This commit is contained in:
Zhang Xianyi 2012-05-20 12:06:04 +08:00
commit d647f751ee
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ extern "C" {
#include <sched.h> #include <sched.h>
#endif #endif
#ifdef OS_DARWIN #if defined(OS_DARWIN) || defined(OS_FREEBSD) || defined(OS_NETBSD)
#include <sched.h> #include <sched.h>
#endif #endif