Message ID | 20231012155257.891776-1-samasth.norway.ananda@oracle.com |
---|---|
State | Accepted |
Commit | e2de156b0d918b5ebe975577d25f9ef92379a756 |
Headers | show |
Series | [v2] selftests/mm: include mman header to access MREMAP_DONTUNMAP identifier | expand |
diff --git a/tools/testing/selftests/mm/mremap_dontunmap.c b/tools/testing/selftests/mm/mremap_dontunmap.c index ca2359835e75..a06e73ec8568 100644 --- a/tools/testing/selftests/mm/mremap_dontunmap.c +++ b/tools/testing/selftests/mm/mremap_dontunmap.c @@ -7,6 +7,7 @@ */ #define _GNU_SOURCE #include <sys/mman.h> +#include <linux/mman.h> #include <errno.h> #include <stdio.h> #include <stdlib.h>