summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadattrdestroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadattrdestroy.c')
-rw-r--r--cpukit/posix/src/pthreadattrdestroy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/posix/src/pthreadattrdestroy.c b/cpukit/posix/src/pthreadattrdestroy.c
index be30152520..0512a51dc1 100644
--- a/cpukit/posix/src/pthreadattrdestroy.c
+++ b/cpukit/posix/src/pthreadattrdestroy.c
@@ -11,6 +11,9 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <pthread.h>
#include <errno.h>