summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-12 18:17:27 -0500
committermidipix <writeonce@midipix.org>2016-12-12 18:17:27 -0500
commiteb6b7709d692063ed6222365c46f3b72ffcaa8cd (patch)
tree8c60c14096280e4df872efe8e17e5debd625e991 /src
parent9c42df500ad20de65dd1026d966d7d7a0da43e34 (diff)
downloadpemagine-eb6b7709d692063ed6222365c46f3b72ffcaa8cd.tar.bz2
pemagine-eb6b7709d692063ed6222365c46f3b72ffcaa8cd.tar.xz
include <psxtypes/section/freestd.h> for improved foreign compiler support.
Diffstat (limited to 'src')
-rw-r--r--src/internal/pe_entry_point.c2
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;