From: Francis Deslauriers Date: Wed, 5 May 2021 16:37:44 +0000 (-0400) Subject: Include `linux/in{,6}.h` closer to where it's used X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=b4781a696ebd02c28e1f6d10f347cea82fb72cbb Include `linux/in{,6}.h` closer to where it's used Signed-off-by: Francis Deslauriers Signed-off-by: Mathieu Desnoyers Change-Id: I5e2acc1cd081da131ae289506592e74de553133a --- 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