Filter out non-Windows include

This commit is contained in:
Bertrand Bellenot 2016-11-30 09:55:52 +01:00 committed by Axel Naumann
parent a855e3b679
commit 5d0e1af50c

View File

@ -15,7 +15,9 @@
#include "textinput/SignalHandler.h"
#include <csignal>
#ifndef _WIN32
#include <sys/signal.h> // For SIGINT when building with -fmodules
#endif
namespace textinput {
using std::raise;