Alexandre Julliard : kernel32: Add missing limits.h include.
8 Mar
2007
8 Mar
'07
1:17 p.m.
Module: wine Branch: master Commit: 544a32f0e16b867e6c3a687f951d767d407d4583 URL: http://source.winehq.org/git/wine.git/?a=commit;h=544a32f0e16b867e6c3a687f95... Author: Alexandre Julliard <julliard(a)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>
6951
Age (days ago)
6951
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard