summaryrefslogtreecommitdiff
path: root/gdb/maint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/maint.h')
-rw-r--r--gdb/maint.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/maint.h b/gdb/maint.h
index 1d8d2cc5574..82ca18cf3a6 100644
--- a/gdb/maint.h
+++ b/gdb/maint.h
@@ -19,9 +19,11 @@
#ifndef MAINT_H
#define MAINT_H
-#include "common/run-time-clock.h"
#include <chrono>
+/* Local subdirectory includes. */
+#include "common/run-time-clock.h"
+
extern void set_per_command_time (int);
extern void set_per_command_space (int);