aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-03 13:07:34 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-03 13:07:34 (GMT)
commit376ed523cb84bdc5314aaebdb39502e0e0fd9701 (patch)
treeeac5e634df167f8132786469d2ccf3b71a8f61a9 /src/main.cc
parent354e59f547f034a9e73c4a2f09713f32935e2949 (diff)
downloadfluxbox-376ed523cb84bdc5314aaebdb39502e0e0fd9701.zip
fluxbox-376ed523cb84bdc5314aaebdb39502e0e0fd9701.tar.bz2
Update release version
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>