Commit 1308f5f6 authored by Max Kellermann's avatar Max Kellermann

sig_handlers: include signal.h instead of sys/signal.h

parent e1189712
......@@ -27,7 +27,7 @@
#include <glib.h>
#include <sys/signal.h>
#include <signal.h>
#include <errno.h>
#include <string.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment