Commit 8b95e0c7 authored by Brenden Blanco's avatar Brenden Blanco

Merge pull request #48 from iovisor/yhs_dev

avoid include file linux/bpf.h in helpers.h
parents a8b4d8b2 2036c501
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
#ifndef __BPF_HELPERS_H #ifndef __BPF_HELPERS_H
#define __BPF_HELPERS_H #define __BPF_HELPERS_H
#include <linux/bpf.h> #include <uapi/linux/bpf.h>
#include <linux/filter.h>
#include <linux/if_packet.h> #include <linux/if_packet.h>
#include <linux/version.h> #include <linux/version.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment