From d3eda614eacb10a4d15159beed88d04f3c10cefb Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 28 Jul 2003 09:33:51 +0000 Subject: [PATCH] Use arch_setup.h on Darwin --- stepmania/src/global.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/global.h b/stepmania/src/global.h index c56166a2a1..d196fa45f5 100644 --- a/stepmania/src/global.h +++ b/stepmania/src/global.h @@ -26,6 +26,8 @@ /* Platform-specific fixes. */ #if defined(WIN32) #include "archutils/Win32/arch_setup.h" +#elif defined(PBBUILD) +#include "archutils/Darwin/arch_setup.h" #endif /* Make sure everyone has min and max: */