summaryrefslogtreecommitdiffstats
path: root/net/netsyms.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netsyms.c')
-rw-r--r--net/netsyms.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/netsyms.c b/net/netsyms.c
index 118841c32..9f13cabca 100644
--- a/net/netsyms.c
+++ b/net/netsyms.c
@@ -28,6 +28,7 @@
#include <net/route.h>
#include <net/scm.h>
#include <net/inet_common.h>
+#include <linux/inet.h>
#include <linux/net_alias.h>
#include <linux/mroute.h>
@@ -163,6 +164,8 @@ EXPORT_SYMBOL(ip_send_check);
EXPORT_SYMBOL(ip_fragment);
EXPORT_SYMBOL(ip_dev_find_tunnel);
EXPORT_SYMBOL(inet_family_ops);
+EXPORT_SYMBOL(in_aton);
+EXPORT_SYMBOL(in_ntoa);
#ifdef CONFIG_IPV6_MODULE
/* inet functions common to v4 and v6 */