summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadgetnamenp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadgetnamenp.c')
-rw-r--r--cpukit/posix/src/pthreadgetnamenp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadgetnamenp.c b/cpukit/posix/src/pthreadgetnamenp.c
index 502f051b81..74f97555bf 100644
--- a/cpukit/posix/src/pthreadgetnamenp.c
+++ b/cpukit/posix/src/pthreadgetnamenp.c
@@ -8,7 +8,7 @@
#define _GNU_SOURCE
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include "config.h"
#endif