summaryrefslogtreecommitdiff
path: root/gdb/gdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdb.c')
-rw-r--r--gdb/gdb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/gdb.c b/gdb/gdb.c
index 09c05779025..9201fb7bb54 100644
--- a/gdb/gdb.c
+++ b/gdb/gdb.c
@@ -17,8 +17,10 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "main.h"
+
+/* Local includes. */
#include "interps.h"
+#include "main.h"
int
main (int argc, char **argv)