Skip to content

Commit

Permalink
rtld: fix include in rtld-abi.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
64 committed Nov 13, 2024
1 parent 8c61472 commit e780a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/rtld/include/mlibc/rtld-abi.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef MLIBC_RTLD_ABI
#define MLIBC_RTLD_ABI

#include <stdint.h>
#include <stddef.h>

#if defined(__x86_64__) || defined(__aarch64__) || defined(__i386__) || defined(__riscv) || defined (__m68k__)

Expand Down

0 comments on commit e780a6a

Please sign in to comment.