summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorMojca Miklavec <mojca.miklavec@gmail.com>2018-04-01 00:55:12 +0000
committerMojca Miklavec <mojca.miklavec@gmail.com>2018-04-01 00:55:12 +0000
commit03dfb337e5912feeeba51071e191ed9315f55828 (patch)
tree05c7dfc39b4e3fb76fe6ef6ee8a6ff559b0aa2cf /Build
parent3c2d2b0110e4582b5274489bff0165e37f09831f (diff)
fixed conditional AI_NUMERICSERV for usocket
git-svn-id: svn://tug.org/texlive/trunk@47214 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h b/Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h
index 45f2f99f7fb..fccf35031b2 100644
--- a/Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h
+++ b/Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h
@@ -50,6 +50,10 @@
#endif /* IPV6_LEAVE_GROUP */
#endif /* !IPV6_DROP_MEMBERSHIP */
+#ifndef AI_NUMERICSERV
+#define AI_NUMERICSERV 0
+#endif
+
typedef int t_socket;
typedef t_socket *p_socket;
typedef struct sockaddr_storage t_sockaddr_storage;