Add missing includes.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define CRASH_HANDLER_H
|
||||
|
||||
#include <signal.h>
|
||||
#include <ucontext.h>
|
||||
|
||||
void ForceCrashHandler( const char *reason );
|
||||
void CrashSignalHandler( int signal, siginfo_t *si, const ucontext_t *uc );
|
||||
@@ -9,6 +10,7 @@ void CrashHandlerHandleArgs( int argc, char* argv[] );
|
||||
void InitializeCrashHandler();
|
||||
|
||||
#if defined(DARWIN)
|
||||
#include <MachineExceptions.h>
|
||||
OSStatus CrashExceptionHandler( ExceptionInformation *e );
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user