From b003e95b91d47e35efdf634111769d1c185f7cd2 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 12 Dec 2016 00:35:21 -0500 Subject: api headers: added ntcon_{abi|compiler}.h for smooth foreign toolchain support. --- include/ntcon/ntcon_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ntcon/ntcon_api.h') diff --git a/include/ntcon/ntcon_api.h b/include/ntcon/ntcon_api.h index dd5d71b..beb5a68 100644 --- a/include/ntcon/ntcon_api.h +++ b/include/ntcon/ntcon_api.h @@ -1,8 +1,8 @@ #ifndef NTCON_API_H #define NTCON_API_H -/* host type (posix-libc/free-standing) */ -#include "ntcon_env.h" +#include "ntcon_abi.h" +#include "ntcon_compiler.h" /* ntcon_export */ #if defined(__attr_export__) -- cgit v1.2.3