From eb6b7709d692063ed6222365c46f3b72ffcaa8cd Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 12 2016 23:17:27 +0000 Subject: include for improved foreign compiler support. --- 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 +#include +__attr_section_decl__(".freestd") static const void * const pe_affiliation __attr_section__(".freestd") = 0;