summaryrefslogtreecommitdiff
path: root/gdb/compile/compile-c.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/compile/compile-c.h')
-rw-r--r--gdb/compile/compile-c.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/compile/compile-c.h b/gdb/compile/compile-c.h
index b5a2194dbbb..574ef5761c3 100644
--- a/gdb/compile/compile-c.h
+++ b/gdb/compile/compile-c.h
@@ -17,9 +17,11 @@
#ifndef COMPILE_COMPILE_C_H
#define COMPILE_COMPILE_C_H
-#include "common/enum-flags.h"
#include "gcc-c-plugin.h"
+/* Local subdirectory includes. */
+#include "common/enum-flags.h"
+
/* enum-flags wrapper. */
DEF_ENUM_FLAGS_TYPE (enum gcc_qualifiers, gcc_qualifiers_flags);