Include `linux/mman.h` for mmap flag enum
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 5 May 2021 16:15:06 +0000 (12:15 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 6 May 2021 17:44:49 +0000 (13:44 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Id891f59aef1bb26b1ed8dff676bbad0f6d9fb69e

include/instrumentation/syscalls/headers/syscalls_integers_override.h

index 334aea8f48369387c4d446878194d77378514772..f8106784f9c8be35e133dfcca2d51dd2cd715624 100644 (file)
@@ -1,5 +1,7 @@
 /* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
 
+#include <linux/mman.h>
+
 #ifndef CREATE_SYSCALL_TABLE
 
 /*
This page took 0.025828 seconds and 4 git commands to generate.