summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxclassic01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxclassic01/init.c')
-rw-r--r--testsuites/psxtests/psxclassic01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxclassic01/init.c b/testsuites/psxtests/psxclassic01/init.c
index 4711732dc7..42ddf10bec 100644
--- a/testsuites/psxtests/psxclassic01/init.c
+++ b/testsuites/psxtests/psxclassic01/init.c
@@ -13,12 +13,12 @@
* http://www.rtems.org/license/LICENSE.
*/
+#define _GNU_SOURCE
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#define _GNU_SOURCE
-
#include <stdio.h>
#include <rtems.h>
#include <pthread.h>