summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/assoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/assoc.c')
-rw-r--r--cpukit/libcsupport/src/assoc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/assoc.c b/cpukit/libcsupport/src/assoc.c
index 845d9eb522..3e4fb21211 100644
--- a/cpukit/libcsupport/src/assoc.c
+++ b/cpukit/libcsupport/src/assoc.c
@@ -5,6 +5,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems.h>
#include <rtems/assoc.h>