mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
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.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user