diff options
Diffstat (limited to 'gdb/nlm/i386.c')
-rw-r--r-- | gdb/nlm/i386.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/nlm/i386.c b/gdb/nlm/i386.c index 68132ce..a9333fb 100644 --- a/gdb/nlm/i386.c +++ b/gdb/nlm/i386.c @@ -1,3 +1,14 @@ +#include <dfs.h> +#include <stdio.h> +#include <string.h> +#include <stdlib.h> +#include <ctype.h> +#include <time.h> +#include <conio.h> +#include <advanced.h> +#include <debugapi.h> +#include <process.h> +#include <errno.h> #include "i386.h" /* Get the registers out of the frame information. */ |