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