Filter out non-Windows include
This commit is contained in:
parent
a855e3b679
commit
5d0e1af50c
@ -15,7 +15,9 @@
|
|||||||
#include "textinput/SignalHandler.h"
|
#include "textinput/SignalHandler.h"
|
||||||
|
|
||||||
#include <csignal>
|
#include <csignal>
|
||||||
|
#ifndef _WIN32
|
||||||
#include <sys/signal.h> // For SIGINT when building with -fmodules
|
#include <sys/signal.h> // For SIGINT when building with -fmodules
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace textinput {
|
namespace textinput {
|
||||||
using std::raise;
|
using std::raise;
|
||||||
|
Loading…
Reference in New Issue
Block a user