diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index e213acaa91ec..9e7958cfaa35 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -41,6 +41,8 @@ #if IS_ENABLED(CONFIG_NF_CONNTRACK) #include #endif +#include +#include /* The interface for checksum offload between the stack and networking drivers * is as follows... @@ -537,6 +539,8 @@ struct skb_shared_info { * remains valid until skb destructor */ void * destructor_arg; + ANDROID_OEM_DATA_ARRAY(1, 3); + /* must be last field, see pskb_expand_head() */ skb_frag_t frags[MAX_SKB_FRAGS]; };