aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/system/KviThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvilib/system/KviThread.cpp')
-rw-r--r--src/kvilib/system/KviThread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/system/KviThread.cpp b/src/kvilib/system/KviThread.cpp
index 3ed70ce60..fbe0888fc 100644
--- a/src/kvilib/system/KviThread.cpp
+++ b/src/kvilib/system/KviThread.cpp
@@ -32,11 +32,11 @@
#include <io.h> // for _pipe()
#else
#include <unistd.h> //for pipe() and other tricks
-#include <signal.h> // on Windows it is useless
+#include <csignal> // on Windows it is useless
#include <fcntl.h>
#endif
-#include <errno.h>
+#include <cerrno>
#include "kvi_settings.h"
#include "KviError.h"