mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
kernel32: Add missing limits.h include.
This commit is contained in:
parent
6bed8536be
commit
544a32f0e1
@ -24,6 +24,7 @@
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user