summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxthreadname01
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxthreadname01')
-rw-r--r--testsuites/psxtests/psxthreadname01/init.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxthreadname01/init.c b/testsuites/psxtests/psxthreadname01/init.c
index 0269e971cd..ccc2ea1031 100644
--- a/testsuites/psxtests/psxthreadname01/init.c
+++ b/testsuites/psxtests/psxthreadname01/init.c
@@ -12,11 +12,12 @@
* http://www.rtems.org/license/LICENSE.
*/
+#define _GNU_SOURCE
+
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
-#define _GNU_SOURCE
#include <errno.h>
#include <pthread.h>
#include <string.h>