Fix the cast used to prevent compile time warning about an always false test.
[deliverable/binutils-gdb.git] / gdb / buildsym-legacy.c
index a29c1280971c17555607d52e9c6d7e6cdbc51fb8..bf19d2d90a71ac949b3d9b59c37dca57864a3c55 100644 (file)
@@ -1,5 +1,5 @@
 /* Legacy support routines for building symbol tables in GDB's internal format.
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,6 +18,7 @@
 
 #include "defs.h"
 #include "buildsym-legacy.h"
+#include "symtab.h"
 
 /* The work-in-progress of the compunit we are building.
    This is created first, before any subfiles by start_symtab.  */
This page took 0.025131 seconds and 4 git commands to generate.