diff options
Diffstat (limited to 'refarray/ref_array_ut.c')
-rw-r--r-- | refarray/ref_array_ut.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/refarray/ref_array_ut.c b/refarray/ref_array_ut.c index fc9b557..343b7fa 100644 --- a/refarray/ref_array_ut.c +++ b/refarray/ref_array_ut.c @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#define _GNU_SOURCE +#include "config.h" #include <errno.h> /* for errors */ #include <stdint.h> #include <stdio.h> @@ -25,7 +25,6 @@ #include <stdlib.h> #include "ref_array.h" -#include "config.h" #define TRACE_HOME #include "trace.h" |