| commit | 908464d44800c83e372f703fa95c850088c3a95f | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Wed Nov 01 03:11:12 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 01 03:11:12 2000 +0000 |
| tree | 16075f76d15f7d94e2d58758c71b211a79ccc40e | |
| parent | 704c67505da6f2788c12809867ec74545524b4d1 [diff] [blame] |
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> Various warning fixes.
diff --git a/dlls/comctl32/treeview.c b/dlls/comctl32/treeview.c index 65c58ea..b04678f 100644 --- a/dlls/comctl32/treeview.c +++ b/dlls/comctl32/treeview.c
@@ -27,6 +27,8 @@ #include <assert.h> #include <string.h> #include <limits.h> +#include <stdlib.h> + #include "winbase.h" #include "wingdi.h" #include "wine/winestring.h"