aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/inet_common.h')
-rw-r--r--include/net/inet_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/inet_common.h b/include/net/inet_common.h
index 3ca969cbd161..56e7592811ea 100644
--- a/include/net/inet_common.h
+++ b/include/net/inet_common.h
@@ -2,6 +2,8 @@
2#ifndef _INET_COMMON_H 2#ifndef _INET_COMMON_H
3#define _INET_COMMON_H 3#define _INET_COMMON_H
4 4
5#include <linux/indirect_call_wrapper.h>
6
5extern const struct proto_ops inet_stream_ops; 7extern const struct proto_ops inet_stream_ops;
6extern const struct proto_ops inet_dgram_ops; 8extern const struct proto_ops inet_dgram_ops;
7 9