@@ -, +, @@ --- src/xshmfence_futex.h | 1 + 1 file changed, 1 insertion(+) --- a/src/xshmfence_futex.h +++ a/src/xshmfence_futex.h @@ -30,6 +30,7 @@ #include #include +#include static inline int sys_futex(void *addr, int op, int32_t val) { --