diff options
-rw-r--r-- | src/sig_handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sig_handlers.c b/src/sig_handlers.c index f427845f3..c42f0b169 100644 --- a/src/sig_handlers.c +++ b/src/sig_handlers.c @@ -27,7 +27,7 @@ #include <glib.h> -#include <sys/signal.h> +#include <signal.h> #include <errno.h> #include <string.h> |