mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix building on OSX, broken since "Clean up threading"
Commit
e4bff8be94
- Clean up threading
by @ShadowNinja has broken the OSX build.
Including things inside a namespace isn't good.
Also fixes #3124.
This commit is contained in:
@@ -80,7 +80,7 @@ DEALINGS IN THE SOFTWARE.
|
||||
#include <sys/processor.h>
|
||||
#elif defined(__APPLE__)
|
||||
#include <mach/mach_init.h>
|
||||
#include <mach/thread_policy.h>
|
||||
#include <mach/thread_act.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user