diff --git a/src/syscalls.h b/src/syscalls.h index 9b4fd80..1374c94 100644 --- a/src/syscalls.h +++ b/src/syscalls.h @@ -19,6 +19,7 @@ #ifndef __SYSCALLS_H__ #define __SYSCALLS_H__ +#include #include static inline int _tgkill(int tgid, int tid, int sig)