diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 76ab5d9..2fa72d5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,7 +11,7 @@ #endif #include <atomic> -#include <signal.h> +#include <csignal> #ifdef USE_DATABASE # include <litesql.hpp> #endif |