Include `linux/in{,6}.h` closer to where it's used
[lttng-modules.git] / 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.024651 seconds and 4 git commands to generate.