diff options
Diffstat (limited to 'gdb/filename-seen-cache.h')
-rw-r--r-- | gdb/filename-seen-cache.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/filename-seen-cache.h b/gdb/filename-seen-cache.h index a644b1a..6c89700 100644 --- a/gdb/filename-seen-cache.h +++ b/gdb/filename-seen-cache.h @@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef FILENAME_SEEN_CACHE_H +#define FILENAME_SEEN_CACHE_H + #include "defs.h" #include "common/function-view.h" @@ -59,3 +62,5 @@ private: /* Table of files seen so far. */ htab_t m_tab; }; + +#endif /* FILENAME_SEEN_CACHE_H */ |