summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xshmfence_futex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xshmfence_futex.h b/src/xshmfence_futex.h
index ea96cf4..673ac0e 100644
--- a/src/xshmfence_futex.h
+++ b/src/xshmfence_futex.h
@@ -30,6 +30,7 @@
#include <sys/types.h>
#include <sys/umtx.h>
+#include <limits.h>
static inline int sys_futex(void *addr, int op, int32_t val)
{