diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/pe_entry_point.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/pe_entry_point.c b/src/internal/pe_entry_point.c index 9ea4c3f..2ebd928 100644 --- a/src/internal/pe_entry_point.c +++ b/src/internal/pe_entry_point.c @@ -1,5 +1,7 @@ #include <psxtypes/psxtypes.h> +#include <psxtypes/section/freestd.h> +__attr_section_decl__(".freestd") static const void * const pe_affiliation __attr_section__(".freestd") = 0; |