summaryrefslogtreecommitdiff
path: root/include/Support/Signals.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/Signals.h')
-rw-r--r--include/Support/Signals.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Support/Signals.h b/include/Support/Signals.h
index 1445bd461d..86e5f910ba 100644
--- a/include/Support/Signals.h
+++ b/include/Support/Signals.h
@@ -10,6 +10,11 @@
#include <string>
+//
+// This will include the signal handler return type.
+//
+#include "Config/config.h"
+
// RemoveFileOnSignal - This function registers signal handlers to ensure that
// if a signal gets delivered that the named file is removed.
//