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