Alexandre Julliard : kernel32: Add missing limits.h include.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Mar 8 07:17:05 CST 2007


Module: wine
Branch: master
Commit: 544a32f0e16b867e6c3a687f951d767d407d4583
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=544a32f0e16b867e6c3a687f951d767d407d4583

Author: Alexandre Julliard <julliard at 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>




More information about the wine-cvs mailing list