From aeba39bffcce6f506a879787aeea4db4428a6f81 Mon Sep 17 00:00:00 2001 From: Dennis Schridde Date: Mon, 11 Apr 2016 15:33:09 +0200 Subject: [PATCH] ID:426 - Include wchar.h instead of defining wchar_t ourselves Fixes a compilation error with musl libc --- src/plugins/imb/imbapi.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/plugins/imb/imbapi.h b/src/plugins/imb/imbapi.h index 74975c6..6ba4121 100644 --- a/src/plugins/imb/imbapi.h +++ b/src/plugins/imb/imbapi.h @@ -46,10 +46,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #endif #ifndef WIN32 /* WIN32 defines this in stdio.h */ -#ifndef _WCHAR_T -#define _WCHAR_T -typedef long wchar_t; -#endif +#include #endif #define far #define near