| commit | f935c59787d2be0422ac87d76ab3152d1bc44330 | [log] [tgz] |
|---|---|---|
| author | Michael Veksler <mveksler@techunix.technion.ac.il> | Tue Feb 09 15:49:39 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 09 15:49:39 1999 +0000 |
| tree | 4aa12277c579c5dd1b398684e2216027081a699f | |
| parent | 17822f452f03b3789fa4530203e63e13b3657141 [diff] [blame] |
Added missing includes to avoid warnings/errors.
diff --git a/windows/winhelp.c b/windows/winhelp.c index 0dffbfa..c8ac998 100644 --- a/windows/winhelp.c +++ b/windows/winhelp.c
@@ -8,6 +8,7 @@ #include <unistd.h> #include "debug.h" #include "wine/winuser16.h" +#include "wine/winbase16.h" #include "heap.h" #include "ldt.h"