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/msdos/int20.c b/msdos/int20.c index f6be7ad..4743b74 100644 --- a/msdos/int20.c +++ b/msdos/int20.c
@@ -3,6 +3,7 @@ */ #include <stdlib.h> +#include "winbase.h" #include "miscemu.h" /* #define DEBUG_INT */ #include "debug.h"