summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 08:20:30 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-13 09:04:26 +0100
commit990adc543816dbba116a8ada21fa3401c655bf4b (patch)
tree8b343acda6c031b39ea8cb49685df753b63a3458 /cpukit/libdl/rtl.c
parentpipe: Include <rtems/pipe.h> (diff)
downloadrtems-990adc543816dbba116a8ada21fa3401c655bf4b.tar.bz2
libdl: Include <rtems/rtl/rtl-*.h>
Prepare for header file move to common include directory. Update #3254.
Diffstat (limited to 'cpukit/libdl/rtl.c')
-rw-r--r--cpukit/libdl/rtl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libdl/rtl.c b/cpukit/libdl/rtl.c
index 505225116e..e2603c8e2b 100644
--- a/cpukit/libdl/rtl.c
+++ b/cpukit/libdl/rtl.c
@@ -26,10 +26,10 @@
#include <rtems/libio_.h>
#include <rtems/rtl/rtl.h>
-#include "rtl-allocator.h"
+#include <rtems/rtl/rtl-allocator.h>
#include "rtl-error.h"
#include "rtl-string.h"
-#include "rtl-trace.h"
+#include <rtems/rtl/rtl-trace.h>
/**
* Semaphore configuration to create a mutex.