samples: bpf: include bpf/bpf.h instead of local libbpf.h
[linux-2.6-microblaze.git] / samples / bpf / syscall_tp_user.c
index 9169d32..1a1d005 100644 (file)
@@ -16,7 +16,7 @@
 #include <assert.h>
 #include <stdbool.h>
 #include <sys/resource.h>
-#include "libbpf.h"
+#include <bpf/bpf.h>
 #include "bpf_load.h"
 
 /* This program verifies bpf attachment to tracepoint sys_enter_* and sys_exit_*.