From 46f38226d74a5f16db2c9da079b0cebbcf9add7f Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Tue, 31 May 2016 08:36:39 +0000 Subject: [PATCH] Add missing dependency on . This header uses __INT_MIN and __INT_MAX, which is provided by . This is needed to make 's WCHAR_MIN and WCHAR_MAX work without including other headers as well. --- sys/x86/include/_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/x86/include/_types.h b/sys/x86/include/_types.h index b130be3d040..e6d1f6007db 100644 --- a/sys/x86/include/_types.h +++ b/sys/x86/include/_types.h @@ -43,6 +43,8 @@ #error this file needs sys/cdefs.h as a prerequisite #endif +#include + #define __NO_STRICT_ALIGNMENT /*