summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-07-31 06:55:10 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-07-31 06:55:10 +0000
commit0c9d3a77c0e1bb84e1987b7dd6d8b12dace62b8b (patch)
treee8a37740ea34b9006bea9d1d5ba78f47151f7fcf
parentbf328ef176489ce913a7206ff64b18046d5230da (diff)
downloadmpc-0c9d3a77c0e1bb84e1987b7dd6d8b12dace62b8b.tar.gz
[tio_str.c] fix under Solaris (see http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-July/000941.html) proposed by Marc Glisse
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1017 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--tests/tio_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tio_str.c b/tests/tio_str.c
index 110bc34..d5d0f68 100644
--- a/tests/tio_str.c
+++ b/tests/tio_str.c
@@ -19,7 +19,7 @@ along with the MPC Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
-#define _XOPEN_SOURCE /* for fileno */
+#define _XOPEN_SOURCE 600 /* for fileno */
#include <stdio.h>
#include <string.h>