diff --git a/lib/posix/options/mprotect.c b/lib/posix/options/mprotect.c index 3bd2762763af33..6c795e3b963397 100644 --- a/lib/posix/options/mprotect.c +++ b/lib/posix/options/mprotect.c @@ -9,6 +9,7 @@ #include #include +#include int mprotect(void *addr, size_t len, int prot) {