diff options
author | midipix <writeonce@midipix.org> | 2016-12-12 18:24:55 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-12 18:24:55 -0500 |
commit | 190a4eb330422b5406f7854c44df63fd3d24a43f (patch) | |
tree | 9f8b816b97a05a360e77af1afd627d8c721507f7 /src/internal | |
parent | cd3f20f7642e15bd1a4835f754b4c4e620a03dc8 (diff) | |
download | ntapi-190a4eb330422b5406f7854c44df63fd3d24a43f.tar.bz2 ntapi-190a4eb330422b5406f7854c44df63fd3d24a43f.tar.xz |
include <psxtypes/section/freestd.h> for improved foreign compiler support.
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; |