search for: g810b269d1ac

Displaying 1 result from an estimated 1 matches for "g810b269d1ac".

2019 Mar 14
0
[PATCH] Fix missing include in sys/mman.h
...s/mman.h index 56f0b65cb025..3fd626e7402a 100644 --- a/usr/include/sys/mman.h +++ b/usr/include/sys/mman.h @@ -7,7 +7,7 @@ #include <klibc/extern.h> #include <sys/types.h> -#include <asm/mman.h> +#include <linux/mman.h> #define MAP_FAILED ((void *)-1) -- 2.21.0.225.g810b269d1ac-goog