compile fix

This commit is contained in:
Glenn Maynard
2004-06-16 02:52:37 +00:00
parent dfa5cd9348
commit f4ec12fb09
+2 -1
View File
@@ -8,9 +8,10 @@
#if defined(CRASH_HANDLER) && (defined(LINUX) || defined(DARWIN))
#include "archutils/Unix/CrashHandler.h"
#include <unistd.h>
#endif
#include <unistd.h>
void NORETURN sm_crash( const char *reason )
{
#if defined(_WINDOWS)