diff --git a/libs/utils/futex_synchro.c b/libs/utils/futex_synchro.c index ba1952033..ab48c6921 100644 --- a/libs/utils/futex_synchro.c +++ b/libs/utils/futex_synchro.c @@ -28,6 +28,7 @@ // This futex glue code is need on desktop linux, but is already part of bionic. #if !defined(HAVE_FUTEX_WRAPPERS) +#include #include typedef unsigned int u32; #define asmlinkage