fix Linux compile

This commit is contained in:
Chris Danford
2004-03-20 09:26:54 +00:00
parent 237908dac3
commit a692f2adfd
+1
View File
@@ -13,6 +13,7 @@ void NORETURN sm_crash()
}
#elif defined(LINUX) || defined(DARWIN)
#include "archutils/Unix/CrashHandler.h"
#include <unistd.h>
void NORETURN sm_crash()
{
ForceCrashHandler( "Internal error" );