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/objects/text.c b/objects/text.c index 37b6b9f..bf6bf2a 100644 --- a/objects/text.c +++ b/objects/text.c
@@ -6,6 +6,8 @@ */ #include <string.h> + +#include "wine/winuser16.h" #include "winbase.h" #include "winuser.h" #include "dc.h"