summaryrefslogtreecommitdiff
path: root/gdb/bcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/bcache.c')
-rw-r--r--gdb/bcache.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/bcache.c b/gdb/bcache.c
index 14a78474962..e17d5fab330 100644
--- a/gdb/bcache.c
+++ b/gdb/bcache.c
@@ -20,9 +20,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "gdb_obstack.h"
#include "bcache.h"
+/* Local includes. */
+#include "gdb_obstack.h"
+
/* The type used to hold a single bcache string. The user data is
stored in d.data. Since it can be any type, it needs to have the
same alignment as the most strict alignment of any type on the host