aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1991-11-19 05:22:32 +0000
committerFred Fish <fnf@specifix.com>1991-11-19 05:22:32 +0000
commit5129100c038a7c03c1afe02482df14f2cd985373 (patch)
tree1d40ad302bbf18ecc6d08101c47f86d075af7738 /gdb/procfs.c
parentbe9485d5f52e873f1a66f55f34a70fda754fce1f (diff)
downloadgdb-5129100c038a7c03c1afe02482df14f2cd985373.zip
gdb-5129100c038a7c03c1afe02482df14f2cd985373.tar.gz
gdb-5129100c038a7c03c1afe02482df14f2cd985373.tar.bz2
More inclusion of defs.h to before param.h, ala other source files.
This is required to supply some typedefs used in files included via param.h.
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r--gdb/procfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c
index c745997..ee0f680 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -33,6 +33,7 @@ regardless of whether or not the actual target has floating point hardware.
+#include "defs.h"
#include "param.h"
#ifdef USE_PROC_FS /* Entire file goes away if not using /proc */
@@ -42,7 +43,6 @@ regardless of whether or not the actual target has floating point hardware.
#include <fcntl.h>
#include <errno.h>
-#include "defs.h"
#include "ansidecl.h"
#include "inferior.h"
#include "target.h"