We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e2d3ee + 2dca058 commit 3e56adaCopy full SHA for 3e56ada
1 file changed
src/libfaketime.c
@@ -59,6 +59,9 @@
59
#ifdef __linux__
60
#include <stdarg.h>
61
#include <sys/syscall.h>
62
+#ifdef INTERCEPT_FUTEX
63
+#include <linux/futex.h>
64
+#endif
65
#else
66
#error INTERCEPT_SYSCALL should only be defined on GNU/Linux systems.
67
#endif
0 commit comments