Include `linux/in{,6}.h` closer to where it's used
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 5 May 2021 16:37:44 +0000 (12:37 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 6 May 2021 17:51:31 +0000 (13:51 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I5e2acc1cd081da131ae289506592e74de553133a

include/instrumentation/syscalls/headers/syscalls_pointers.h

index a2ee31275732706afde4cbb9acd104d68f63ac26..0362f5c9101bbcf27d9e9b9023d1e520aac2968d 100644 (file)
@@ -1,5 +1,8 @@
 /* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */
 
+#include <linux/in.h>
+#include <linux/in6.h>
+
 #ifdef CONFIG_X86_64
 #include "x86-64-syscalls_pointers.h"
 #endif
This page took 0.025612 seconds and 4 git commands to generate.