summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-11-04 14:55:21 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-11-04 14:56:11 -0600
commit1dc5b0e0c1278d62e03b8dc0de11add0033087e2 (patch)
tree23397d4f2f8df9849643716a575540fc53df7c5e
parent598a1f4a68eb27fe5d444841610a2842acd2ed60 (diff)
libdl/rtl-mdreloc-bfin.c: Include rtems/rtl/rtl.h not rtl.h
-rw-r--r--cpukit/libdl/rtl-mdreloc-bfin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libdl/rtl-mdreloc-bfin.c b/cpukit/libdl/rtl-mdreloc-bfin.c
index 1c9fd5b956..d855d3061e 100644
--- a/cpukit/libdl/rtl-mdreloc-bfin.c
+++ b/cpukit/libdl/rtl-mdreloc-bfin.c
@@ -1,7 +1,7 @@
#include <sys/cdefs.h>
#include <stdio.h>
-#include <rtl.h>
+#include <rtems/rtl/rtl.h>
#include <errno.h>
#include "rtl-elf.h"
#include "rtl-error.h"