aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index bff3be6..92d04ce 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -53,6 +53,10 @@
53#include <sys/wait.h> 53#include <sys/wait.h>
54#endif // HAVE_SYS_WAIT_H 54#endif // HAVE_SYS_WAIT_H
55 55
56#ifdef HAVE_SIGNAL_H
57#include <signal.h>
58#endif
59
56 60
57#include <iostream> 61#include <iostream>
58#include <stdexcept> 62#include <stdexcept>