[rtems commit] libdl/rtl-mdreloc-bfin.c: Include rtems/rtl/rtl.h not rtl.h
Joel Sherrill
joel at rtems.org
Tue Nov 4 21:51:39 UTC 2014
Module: rtems
Branch: master
Commit: 1dc5b0e0c1278d62e03b8dc0de11add0033087e2
Changeset: http://git.rtems.org/rtems/commit/?id=1dc5b0e0c1278d62e03b8dc0de11add0033087e2
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Tue Nov 4 14:55:21 2014 -0600
libdl/rtl-mdreloc-bfin.c: Include rtems/rtl/rtl.h not rtl.h
---
cpukit/libdl/rtl-mdreloc-bfin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpukit/libdl/rtl-mdreloc-bfin.c b/cpukit/libdl/rtl-mdreloc-bfin.c
index 1c9fd5b..d855d30 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"
More information about the vc
mailing list