Use arch_setup.h on Darwin

This commit is contained in:
Steve Checkoway
2003-07-28 09:33:51 +00:00
parent 333c7ae7a1
commit d3eda614ea
+2
View File
@@ -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: */