libdl: fix errors after reformatting

Some of the include reordering caused compile errors.
This commit is contained in:
Gedare Bloom
2026-02-05 10:24:14 -07:00
parent 2a7ec88270
commit 6238a211ed
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@
#include "rtl-obj-fwd.h"
#include <rtems.h>
#include <rtems/chain.h>
#ifdef __cplusplus
extern "C" {
+2
View File
@@ -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>
+1 -1
View File
@@ -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>