Catalli's threaded switch
[sliver-openvswitch.git] / lib / fatal-signal.h
index 94a1f1f..a41eb05 100644 (file)
@@ -18,6 +18,7 @@
 #define FATAL_SIGNAL_H 1
 
 #include <stdbool.h>
+#include <signal.h>
 
 /* Basic interface. */
 void fatal_signal_add_hook(void (*hook_cb)(void *aux),