aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/fds_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/bpf/fds_example.c')
-rw-r--r--samples/bpf/fds_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/fds_example.c b/samples/bpf/fds_example.c
index e51eb060244e..2d4b717726b6 100644
--- a/samples/bpf/fds_example.c
+++ b/samples/bpf/fds_example.c
@@ -14,7 +14,7 @@
14 14
15#include <bpf/bpf.h> 15#include <bpf/bpf.h>
16 16
17#include "bpf/libbpf.h" 17#include "libbpf.h"
18#include "bpf_insn.h" 18#include "bpf_insn.h"
19#include "sock_example.h" 19#include "sock_example.h"
20 20