summaryrefslogtreecommitdiffstats
path: root/gdb/nlm/i386.c
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1994-08-24 00:58:42 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1994-08-24 00:58:42 +0000
commit86165efce578a0e5a8c8265a8e668498fab318ea (patch)
tree710c6b6de847bcaf49c42d2340a295dfd57d933a /gdb/nlm/i386.c
parent513d7836d0a4de7a8f6726adfc178ae4f3032baf (diff)
downloadppe42-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.c11
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. */
OpenPOWER on IntegriCloud