From b51244b237e3d8fa997827718af5df88a05a6cec Mon Sep 17 00:00:00 2001 From: gastineau Date: Wed, 15 Jan 2014 14:29:11 +0000 Subject: fix _POSIX_C_SOURCE refined git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1412 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- tests/tio_str.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/tio_str.c b/tests/tio_str.c index af5a669..26ca8ff 100644 --- a/tests/tio_str.c +++ b/tests/tio_str.c @@ -1,6 +1,6 @@ /* tio_str-- Test file for mpc_inp_str and mpc_out_str. -Copyright (C) 2009, 2011 INRIA +Copyright (C) 2009, 2014 INRIA This file is part of GNU MPC. @@ -21,7 +21,9 @@ along with this program. If not, see http://www.gnu.org/licenses/ . #include "mpc-tests.h" #ifdef HAVE_UNISTD_H +#ifndef _POSIX_C_SOURCE #define _POSIX_C_SOURCE 1 /* apparently needed on Darwin */ +#endif #include /* for dup, dup2, STDIN_FILENO and STDOUT_FILENO */ #else #define STDIN_FILENO 0 -- cgit v1.2.1