Merge pull request #953 from olive-editor/sobotka-patch-1

Fix for #952
This commit is contained in:
itsmattkc
2019-05-15 01:05:02 +10:00
committed by GitHub
+1
View File
@@ -2,6 +2,7 @@
#define CRASHHANDLER_H
#ifdef __GNUC__
#include <signal.h>
void handler(int sig);
#endif