Mac Intel compile fix

release
Slava 2007-09-22 00:13:01 -04:00
parent 51c5f0b267
commit 88cdd6ca9c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include "mach_signal.h"
#ifdef FACTOR_X86
#include "os-macosx-x86.h"
#include "os-macosx-x86.32.h"
#elif defined(FACTOR_PPC)
#include "os-macosx-ppc.h"
#else