1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-03 22:26:30 +02:00

Added missing include to get access to integer types

This commit is contained in:
Pavel Odintsov 2023-12-03 14:02:25 +03:00 committed by GitHub
parent 813edf9f38
commit 9ee31530e4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
#define KBUILD_MODNAME "foo"
#include "bpf/bpf_helpers.h"
#include <linux/types.h>
#include <bpf/bpf_helpers.h>
#include <linux/bpf.h>
//