diff --git a/stepmania/src/arch/ArchHooks/ArchHooks_darwin.cpp b/stepmania/src/arch/ArchHooks/ArchHooks_darwin.cpp index bd625fe764..72feb900cb 100644 --- a/stepmania/src/arch/ArchHooks/ArchHooks_darwin.cpp +++ b/stepmania/src/arch/ArchHooks/ArchHooks_darwin.cpp @@ -13,6 +13,7 @@ #include "RageLog.h" #include "archutils/Unix/SignalHandler.h" #include +#include /* You would think that these would be defined somewhere. */ enum { @@ -324,7 +325,11 @@ OSStatus HandleException(ExceptionInformation *theException) { "StepMania crash report -- build unknown\n" "---------------------------------------\n\n" "Crash reason: %s\n\n" - "All stack trace information in ~/Library/Logs/CrashReporter/stepmania.crash.log\n\n" + "************************\n" + "All stack trace information in ~/Library/Logs/CrashReporter/stepmania.crash.log\n" + "Please enable crash reporting (if you haven't done so already) in Console.app. " + "Preferences->Crashes->Enable crash reporting.\n" + "************************\n\n" "Static log:\n", code); unsigned size = staticLog.size(); for (unsigned i=0; i