summaryrefslogtreecommitdiff
path: root/src/common/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/core.cpp')
-rw-r--r--src/common/core.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/core.cpp b/src/common/core.cpp
index ef953f8..7da1b27 100644
--- a/src/common/core.cpp
+++ b/src/common/core.cpp
@@ -14,6 +14,8 @@
#include "timer.hpp"
#include "version.hpp"
+#include "../poison.hpp"
+
// Added by Gabuzomeu
//
// This is an implementation of signal() using sigaction() for portability.