summaryrefslogtreecommitdiff
path: root/include/trace/skb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/skb.h')
-rw-r--r--include/trace/skb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/trace/skb.h b/include/trace/skb.h
index 3aa864697c0..a96610f92f6 100644
--- a/include/trace/skb.h
+++ b/include/trace/skb.h
@@ -1,6 +1,9 @@
#ifndef _TRACE_SKB_H_
#define _TRACE_SKB_H_
+#include <linux/skbuff.h>
+#include <linux/tracepoint.h>
+
DECLARE_TRACE(kfree_skb,
TPPROTO(struct sk_buff *skb, void *location),
TPARGS(skb, location));