From eb6b7709d692063ed6222365c46f3b72ffcaa8cd Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Mon, 12 Dec 2016 18:17:27 -0500
Subject: include <psxtypes/section/freestd.h> for improved foreign compiler
 support.

---
 src/internal/pe_entry_point.c | 2 ++
 1 file changed, 2 insertions(+)

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;
-- 
cgit v1.2.3