From 0589ca4e7ba9b8d60599706b57be22c007c1f4fa Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 21 Dec 2021 16:48:38 -0700 Subject: Introduce gdb-hashtab module in gdbsupport gdb has some extensions and helpers for working with the libiberty hash table. This patch consolidates these and moves them to gdbsupport. --- gdb/completer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/completer.h') diff --git a/gdb/completer.h b/gdb/completer.h index 93125e4..78e5240 100644 --- a/gdb/completer.h +++ b/gdb/completer.h @@ -17,6 +17,7 @@ #if !defined (COMPLETER_H) #define COMPLETER_H 1 +#include "gdbsupport/gdb-hashtab.h" #include "gdbsupport/gdb_vecs.h" #include "command.h" -- cgit v1.1