diff options
Diffstat (limited to 'gdb/bcache.c')
-rw-r--r-- | gdb/bcache.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/bcache.c b/gdb/bcache.c index 14a7847..37ca7c4 100644 --- a/gdb/bcache.c +++ b/gdb/bcache.c @@ -20,8 +20,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "gdb_obstack.h" + +/* Local non-gdb includes. */ #include "bcache.h" +#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 |