diff options
Diffstat (limited to 'gdb/coredep.c')
-rw-r--r-- | gdb/coredep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/coredep.c b/gdb/coredep.c index bb26b08..22d3c6a 100644 --- a/gdb/coredep.c +++ b/gdb/coredep.c @@ -20,13 +20,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* core.c is supposed to be the more machine-independent aspects of this; this file is more machine-specific. */ +#include <stdio.h> +#include <sys/types.h> +#include <sys/param.h> #include "defs.h" #include "gdbcore.h" -#include <stdio.h> /* These are needed on various systems to expand REGISTER_U_ADDR. */ -#include <sys/types.h> -#include <sys/param.h> #ifndef USG #include <sys/dir.h> #include <sys/file.h> |