From b4781a696ebd02c28e1f6d10f347cea82fb72cbb Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Wed, 5 May 2021 12:37:44 -0400 Subject: [PATCH] Include `linux/in{,6}.h` closer to where it's used Signed-off-by: Francis Deslauriers Signed-off-by: Mathieu Desnoyers Change-Id: I5e2acc1cd081da131ae289506592e74de553133a --- include/instrumentation/syscalls/headers/syscalls_pointers.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/instrumentation/syscalls/headers/syscalls_pointers.h b/include/instrumentation/syscalls/headers/syscalls_pointers.h index a2ee3127..0362f5c9 100644 --- a/include/instrumentation/syscalls/headers/syscalls_pointers.h +++ b/include/instrumentation/syscalls/headers/syscalls_pointers.h @@ -1,5 +1,8 @@ /* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) */ +#include +#include + #ifdef CONFIG_X86_64 #include "x86-64-syscalls_pointers.h" #endif -- 2.34.1