summary refs log tree commit diff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp

index 87bef75b..ec96f0ec 100644 --- a/src/main.cpp +++ b/src/main.cpp
@@ -45,7 +45,7 @@ #if defined(Q_OS_LINUX) #include <boost/stacktrace.hpp> -#include <signal.h> +#include <csignal> #ifdef QML_DEBUGGING #include <QQmlDebuggingEnabler>