diff options
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 2 |
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" |