summaryrefslogtreecommitdiff
path: root/gdb/std-regs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/std-regs.c')
-rw-r--r--gdb/std-regs.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/std-regs.c b/gdb/std-regs.c
index 26e6d0bf419..4dfad0dd909 100644
--- a/gdb/std-regs.c
+++ b/gdb/std-regs.c
@@ -20,10 +20,13 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "user-regs.h"
+
+/* Local includes. */
#include "frame.h"
#include "gdbtypes.h"
+#include "user-regs.h"
#include "value.h"
+
static struct value *
value_of_builtin_frame_fp_reg (struct frame_info *frame, const void *baton)
{