diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-08-24 00:58:42 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-08-24 00:58:42 +0000 |
commit | 86165efce578a0e5a8c8265a8e668498fab318ea (patch) | |
tree | 710c6b6de847bcaf49c42d2340a295dfd57d933a /gdb/nlm/i386.c | |
parent | 513d7836d0a4de7a8f6726adfc178ae4f3032baf (diff) | |
download | ppe42-binutils-86165efce578a0e5a8c8265a8e668498fab318ea.tar.gz ppe42-binutils-86165efce578a0e5a8c8265a8e668498fab318ea.zip |
* nlm/gdbserve.c: conditionalize header file inclusion for either
NetWare 4.0 or PIN targets.
* nlm/i386.c: include appropriate header files.
* nlm/prelude.c: define TERMINATE_BY_UNLOAD for NetWare 4.0
targets.
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 68132ce28a..a9333fb665 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. */ |