Fix: missing #include for 3.8 kernel
[lttng-modules.git] / include / instrumentation / syscalls / headers / syscalls_integers_override.h
index 334aea8f48369387c4d446878194d77378514772..4821b9f71508a3cea5dc5d2acbb91bb961a094bc 100644 (file)
@@ -1,5 +1,8 @@
 /* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
 
+#include <linux/fcntl.h>
+#include <linux/mman.h>
+
 #ifndef CREATE_SYSCALL_TABLE
 
 /*
This page took 0.023992 seconds and 4 git commands to generate.