include: Include limits.h in stdlib.h.

Needed to compile Tera Term.
This commit is contained in:
Alex Henrie 2022-11-13 22:41:10 -07:00 committed by Alexandre Julliard
parent 6d58a94857
commit 7c2af26a62

View file

@ -9,6 +9,7 @@
#define __WINE_STDLIB_H
#include <corecrt_wstdlib.h>
#include <limits.h>
#include <pshpack8.h>