| commit | fdcfdb9a6d7746a13dac0ead6370d25e5a476fe8 | [log] [tgz] |
|---|---|---|
| author | Patrik Stridvall <ps@leissner.se> | Sat Jun 12 14:55:11 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Jun 12 14:55:11 1999 +0000 |
| tree | 8ae330665c94876ec7b7ba997068e38884b974f6 | |
| parent | 4bf335497d20b85a5a8a966b85375b6b42d5f152 [diff] [blame] |
Added missing/wrong includes.
diff --git a/memory/string.c b/memory/string.c index c338941..4e480d9 100644 --- a/memory/string.c +++ b/memory/string.c
@@ -7,6 +7,8 @@ #include <ctype.h> #include <string.h> + +#include "wine/winbase16.h" #include "winbase.h" #include "winuser.h" #include "wine/keyboard16.h"