Commit 0102a866 authored by Max Kellermann's avatar Max Kellermann

event/SignalMonitor: fix build failure due to missing signal.h include

parent d34ae085
......@@ -7,6 +7,7 @@ ver 0.18.9 (not yet released)
- vorbis: fix another linker failure
* output
- pipe: fix hanging child process due to blocked signals
* fix build failure due to missing signal.h include
ver 0.18.8 (2014/02/07)
* decoder
......
......@@ -43,6 +43,8 @@
#include <pthread.h>
#endif
#include <signal.h>
class SignalMonitor final : private SocketMonitor {
#ifdef USE_SIGNALFD
SignalFD fd;
......
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