summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/xstream.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-08 20:08:33 +0000
committerKarl Berry <karl@freefriends.org>2018-04-08 20:08:33 +0000
commita25e502532f38be5226a95fcfa41be9083d0c508 (patch)
treea7be67c1d8e0c920f84543bb5ebcbe45bbdb4a42 /Build/source/utils/asymptote/xstream.h
parent6cb924f47ebd6e1c719259e4c6d0fe613968e8fd (diff)
asy 2.44 sources
git-svn-id: svn://tug.org/texlive/trunk@47384 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/xstream.h')
-rw-r--r--Build/source/utils/asymptote/xstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/xstream.h b/Build/source/utils/asymptote/xstream.h
index 3f5e749f9e9..1d7f6e1cd17 100644
--- a/Build/source/utils/asymptote/xstream.h
+++ b/Build/source/utils/asymptote/xstream.h
@@ -31,7 +31,7 @@
#define quad_t long long
#define u_quad_t unsigned long long
-#ifdef __CYGWIN__
+#if defined(__CYGWIN__) || defined(__FreeBSD__)
#include <sys/select.h>
#define u_char unsigned char
#define u_int unsigned int