diff options
Diffstat (limited to 'refarray/ref_array.c')
-rw-r--r-- | refarray/ref_array.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/refarray/ref_array.c b/refarray/ref_array.c index 393f236..273ac4f 100644 --- a/refarray/ref_array.c +++ b/refarray/ref_array.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 <malloc.h> @@ -25,7 +25,6 @@ #include <stdio.h> #include "ref_array.h" -#include "config.h" #include "trace.h" /* The structure used in referenced array */ |