Should fix missing declaration from signal
as per issue #952.
This commit is contained in:
Troy James Sobotka
2019-05-13 16:55:42 -07:00
committed by GitHub
parent df5817ae0f
commit 53eb0e95ab
+1
View File
@@ -2,6 +2,7 @@
#define CRASHHANDLER_H
#ifdef __GNUC__
#include <signal.h>;
void handler(int sig);
#endif