commit | 34acebc14b23cba0b3cb900c7a7bdbca7b700232 | [log] [tgz] |
---|---|---|
author | Huw D M Davies <daviesh@abacus.physics.ox.ac.uk> | Fri Feb 19 16:03:19 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 19 16:03:19 1999 +0000 |
tree | ed1cbb01a29d9d4805168bf360da1f9e0a88db9c | |
parent | f0a0e126f340aa99440f8659e0e1464d520e672d [diff] [blame] |
Fixed a few broken includes.
diff --git a/if1632/builtin.c b/if1632/builtin.c index a514170..a817cc8 100644 --- a/if1632/builtin.c +++ b/if1632/builtin.c
@@ -9,6 +9,7 @@ #include <string.h> #include "winbase.h" #include "wine/winbase16.h" +#include "wine/winestring.h" #include "builtin32.h" #include "global.h" #include "heap.h"