mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 13:15:54 +08:00
libdl: fix errors after reformatting
Some of the include reordering caused compile errors.
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
|
||||
#include "rtl-obj-fwd.h"
|
||||
#include <rtems.h>
|
||||
#include <rtems/chain.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -36,6 +36,8 @@
|
||||
#if !defined(_RTEMS_RTL_ELF_H_)
|
||||
#define _RTEMS_RTL_ELF_H_
|
||||
|
||||
#include <rtems/rtl/rtl.h>
|
||||
|
||||
#include <rtems/rtl/rtl-fwd.h>
|
||||
#include <rtems/rtl/rtl-obj-fwd.h>
|
||||
#include <rtems/rtl/rtl-sym.h>
|
||||
|
||||
@@ -41,10 +41,10 @@
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <rtems/inttypes.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <regex.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <dlfcn.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user