kernel32: Add missing limits.h include.

This commit is contained in:
Alexandre Julliard 2007-03-08 13:12:59 +01:00
parent 6bed8536be
commit 544a32f0e1
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "wine/port.h"
#include <assert.h>
#include <limits.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>