commit | 6cc47d4924616b49abc01af3706334e809a4185d | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Wed Mar 08 18:26:56 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 08 18:26:56 2000 +0000 |
tree | 01f8d14f4df0fbfb7bd5db8f80df49fdfb611b8b | |
parent | 7e9913f4634381875472db7fc1bd128250daf17a [diff] [blame] |
Removed a lot of unnecessary includes and fixed the compile errors.
diff --git a/misc/error.c b/misc/error.c index 49ed983..00e71f5 100644 --- a/misc/error.c +++ b/misc/error.c
@@ -8,6 +8,7 @@ #include <stdio.h> #include <string.h> +#include "winbase.h" #include "windef.h" #include "stackframe.h" #include "debugtools.h"