From bb3c09cc69221c47daba9c11dc3df8be2c66b465 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 11 Oct 2019 21:35:51 +0000 Subject: asy 2.58 1.00 sources git-svn-id: svn://tug.org/texlive/trunk@52346 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/xstream.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Build/source/utils/asymptote/xstream.h') diff --git a/Build/source/utils/asymptote/xstream.h b/Build/source/utils/asymptote/xstream.h index 1d7f6e1cd17..3c7c94e1158 100644 --- a/Build/source/utils/asymptote/xstream.h +++ b/Build/source/utils/asymptote/xstream.h @@ -41,6 +41,12 @@ extern "C" int fseeko(FILE *, off_t, int); extern "C" off_t ftello(FILE *); #endif +#ifdef __APPLE__ +#include +extern bool_t xdr_long(XDR *__xdrs, long *__lp); +extern bool_t xdr_u_long(XDR *__xdrs, u_long *__ulp); +#endif + #ifdef _POSIX_SOURCE #undef _POSIX_SOURCE #include -- cgit v1.2.3