Fix a new warning on Cygwin
[binutils-gdb.git] / gdb / filename-seen-cache.h
index 89e07044fdbf4f50442a5d04113e73b7e7ab8492..83a6e8a6258c8935b6b3e62ebc0af63c2a6acf6b 100644 (file)
@@ -1,6 +1,6 @@
 /* Filename-seen cache for the GNU debugger, GDB.
 
-   Copyright (C) 1986-2021 Free Software Foundation, Inc.
+   Copyright (C) 1986-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -22,6 +22,7 @@
 
 #include "defs.h"
 #include "gdbsupport/function-view.h"
+#include "gdbsupport/gdb-hashtab.h"
 
 /* Cache to watch for file names already seen.  */