Browse Source

faux.eloop: Add signal.h to eloop.h

Serj Kalichev 2 years ago
parent
commit
7942f3d08a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      faux/eloop.h

+ 1 - 0
faux/eloop.h

@@ -6,6 +6,7 @@
 #define _faux_eloop_h
 
 #include <poll.h>
+#include <signal.h>
 
 #include <faux/faux.h>
 #include <faux/sched.h>