Add missing dependency on <machine/_limits.h>.

This header uses __INT_MIN and __INT_MAX, which is provided by
<machine/_limits.h>. This is needed to make <stdint.h>'s WCHAR_MIN and
WCHAR_MAX work without including other headers as well.
This commit is contained in:
Ed Schouten 2016-05-31 08:36:39 +00:00
parent 92fa6c540c
commit 46f38226d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301029

View File

@ -43,6 +43,8 @@
#error this file needs sys/cdefs.h as a prerequisite
#endif
#include <machine/_limits.h>
#define __NO_STRICT_ALIGNMENT
/*