From b52e3f8db950cc8f3397fad00d0fcc8e611004f7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Aug 2020 19:48:41 +0200 Subject: Remove workarounds for ancient versions of MSVC --- zix/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zix/common.h') diff --git a/zix/common.h b/zix/common.h index e427885..3271858 100644 --- a/zix/common.h +++ b/zix/common.h @@ -17,6 +17,8 @@ #ifndef ZIX_COMMON_H #define ZIX_COMMON_H +#include + /** @addtogroup zix @{ @@ -48,8 +50,6 @@ #ifdef __cplusplus extern "C" { -#else -# include #endif #ifdef __GNUC__ -- cgit v1.2.1