From 9959a901fe9e78036013c14fe93856f2184d4e62 Mon Sep 17 00:00:00 2001 From: thalieht Date: Thu, 14 Feb 2019 17:47:00 +0200 Subject: [PATCH] Replace deprecated header 'signal.h' with 'csignal' --- src/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index 3da906b34..629560e71 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -29,6 +29,7 @@ #include +#include #include #if !defined Q_OS_WIN && !defined Q_OS_HAIKU @@ -59,7 +60,6 @@ Q_IMPORT_PLUGIN(QICOPlugin) #include #endif // DISABLE_GUI -#include #ifdef STACKTRACE #ifdef Q_OS_UNIX #include "stacktrace.h"