mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 00:52:00 +01:00
Added missing include to get access to integer types
This commit is contained in:
parent
813edf9f38
commit
9ee31530e4
@ -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>
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user