More inclusion of defs.h to before param.h, ala other source files.
authorFred Fish <fnf@specifix.com>
Tue, 19 Nov 1991 05:22:32 +0000 (05:22 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 19 Nov 1991 05:22:32 +0000 (05:22 +0000)
This is required to supply some typedefs used in files included via
param.h.

gdb/ChangeLog
gdb/procfs.c

index 5395ac9482dc6d0d86ac3a8afeec19db854c4333..0a9383cdebc486784eff15c31c89e1d187ef2365 100644 (file)
@@ -1,5 +1,9 @@
 Mon Nov 18 17:45:18 1991  Fred Fish  (fnf at cygnus.com)
 
+       * procfs.c:  Move inclusion of defs.h to before param.h, as in
+       all the other source files that include both.  This is required
+       to supply some typedefs that are used in files included by param.h.
+
        * m68k-tdep.c (m68k_skip_prologue):  Add generic m68k support for
        skipping function prologues, ala the other cpu families (i386,
        mips, m88k, etc).  Add the ability to skip movm and fmovm
index c745997273df1d9dcd9e0a2b4cd5d6da91530f17..ee0f6801fe049980b7f6077002d834cffce349cf 100644 (file)
@@ -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"