summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-02-22 10:00:33 +0100
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-02-22 10:02:48 +0100
commit692aefeb630c83b0118e510e652e06e1b09c056a (patch)
tree958e84bcb6ea759ac1e6e594e29b30a9ff30e4d0
parent2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-692aefeb630c83b0118e510e652e06e1b09c056a.tar.bz2
2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/assocnamebad.c: Add #define INSIDE_ASSOC.
-rw-r--r--cpukit/libcsupport/src/assocnamebad.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/assocnamebad.c b/cpukit/libcsupport/src/assocnamebad.c
index f61f4e844d..7dfb790634 100644
--- a/cpukit/libcsupport/src/assocnamebad.c
+++ b/cpukit/libcsupport/src/assocnamebad.c
@@ -9,6 +9,8 @@
#include "config.h"
#endif
+#define INSIDE_ASSOC
+
#include <rtems.h>
#include <rtems/assoc.h>