commit | 383da68cf92c1ca596db8ce99274442bb0d1885f | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Feb 10 22:15:21 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 10 22:15:21 2000 +0000 |
tree | fc66986c9be223862b58c5cf09c55c82a854e4b7 | |
parent | fc296da4e205b24d6672e3bf0ad358404d8aa9ee [diff] [blame] |
Optimized debugging API to reduce code size.
diff --git a/if1632/builtin.c b/if1632/builtin.c index 03408c4..e2fade8 100644 --- a/if1632/builtin.c +++ b/if1632/builtin.c
@@ -7,6 +7,7 @@ #include <assert.h> #include <ctype.h> #include <string.h> +#include <stdio.h> #include "winbase.h" #include "wine/winbase16.h" #include "wine/winestring.h"