Fix for #952
Should fix missing declaration from signal as per issue #952.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define CRASHHANDLER_H
|
||||
|
||||
#ifdef __GNUC__
|
||||
#include <signal.h>;
|
||||
void handler(int sig);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user