Module: wine Branch: master Commit: 544a32f0e16b867e6c3a687f951d767d407d4583 URL: http://source.winehq.org/git/wine.git/?a=commit;h=544a32f0e16b867e6c3a687f95...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Mar 8 13:12:59 2007 +0100
kernel32: Add missing limits.h include.
---
dlls/kernel32/heap.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/kernel32/heap.c b/dlls/kernel32/heap.c index 44545cd..4fb4929 100644 --- a/dlls/kernel32/heap.c +++ b/dlls/kernel32/heap.c @@ -24,6 +24,7 @@ #include "wine/port.h"
#include <assert.h> +#include <limits.h> #include <stdlib.h> #include <stdarg.h> #include <stdio.h>