#include <signal.h> on non-Windows platforms.

This commit is contained in:
OBattler
2025-03-22 02:14:31 +01:00
parent 63f106a0fd
commit 81141c574c

View File

@@ -54,6 +54,10 @@
#include "qt_progsettings.hpp"
#include "qt_util.hpp"
#ifndef Q_OS_WINDOWS
# include <signal.h>
#endif
#ifdef Q_OS_UNIX
# include <pthread.h>
# include <sys/mman.h>