summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2016-12-07 16:48:32 +0100
committerTorbjorn Granlund <tg@gmplib.org>2016-12-07 16:48:32 +0100
commitedb8ea5a34a1942b52de3b52014eefa2476f6848 (patch)
tree7f12f5a708b09a62c40521f8a22981eca9ac8cb8 /gmp-h.in
parentf608c93764775bbf3054393a099869e47b622fef (diff)
downloadgmp-edb8ea5a34a1942b52de3b52014eefa2476f6848.tar.gz
Check yet another symbol for FILE.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 2f64abdca..05b6a0d63 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -263,7 +263,8 @@ typedef __mpq_struct *mpq_ptr;
|| defined (_MSL_STDIO_H) /* Metrowerks */ \
|| defined (_STDIO_H_INCLUDED) /* QNX4 */ \
|| defined (_ISO_STDIO_ISO_H) /* Sun C++ */ \
- || defined (__STDIO_LOADED) /* VMS */
+ || defined (__STDIO_LOADED) /* VMS */ \
+ || defined (__DEFINED_FILE) /* musl */
#define _GMP_H_HAVE_FILE 1
#endif