commit | 3fbb8dc8294a075978d005b1eca9765ec2de28db | [log] [tgz] |
---|---|---|
author | Michael Veksler <mveksler@techunix.technion.ac.il> | Sun Feb 21 18:23:26 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Feb 21 18:23:26 1999 +0000 |
tree | 81c78f60071090ec62b8c908173c802a538d4bef | |
parent | 4ede296356dcadef5cb12d2e828ee59a6a408d08 [diff] [blame] |
- Fix headers to include less or smaller header files. - Fix header and source files to include missing header files to avoid warnings and errors.
diff --git a/include/dosexe.h b/include/dosexe.h index a439bfe..1d2aef1 100644 --- a/include/dosexe.h +++ b/include/dosexe.h
@@ -8,7 +8,7 @@ #define __WINE_DOSEXE_H #include <sys/types.h> /* pid_t */ -#include "winbase.h" +#include "winbase.h" /* for LPSTARTUPINFO32A */ #include "sig_context.h" typedef struct _DOSTASK {