From 6b4e4ee768e2793fa4795a2ed57e019f81c162b8 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 12 Dec 2016 18:20:39 -0500 Subject: include for improved foreign compiler support. --- src/dalist_entry_point.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/dalist_entry_point.c b/src/dalist_entry_point.c index d8d1a53..e6b7464 100644 --- a/src/dalist_entry_point.c +++ b/src/dalist_entry_point.c @@ -1,7 +1,9 @@ #ifdef _MIDIPIX_FREESTANDING #include +#include +__attr_section_decl__(".freestd") static const void * const dalist_affiliation __attr_section__(".freestd") = 0; -- cgit v1.2.3