diff options
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index 3afb8e5..1b62e55 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -36,6 +36,10 @@ #include <pc.h> #endif +#ifdef HAVE_LIBXXHASH +#include <xxhash.h> +#endif + #include <signal.h> #include "gdbcmd.h" #include "serial.h" |