diff options
author | Fred Fish <fnf@specifix.com> | 1995-12-09 05:12:46 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-12-09 05:12:46 +0000 |
commit | f309ad9590ff65049729c884bd04aa6521df83fb (patch) | |
tree | 1295da5386f1fdd8272a225dae36d3050b4f110b /gdb/dstread.c | |
parent | d98dd64ec04a84fd79304fbe681e84714a930c41 (diff) | |
download | gdb-f309ad9590ff65049729c884bd04aa6521df83fb.zip gdb-f309ad9590ff65049729c884bd04aa6521df83fb.tar.gz gdb-f309ad9590ff65049729c884bd04aa6521df83fb.tar.bz2 |
* coffread.c, dbxread.c, dstread.c, objfiles.c, os9kread.c,
symfile.c, symtab.c: Use "obstack.h" rather than <obstack.h>.
Diffstat (limited to 'gdb/dstread.c')
-rw-r--r-- | gdb/dstread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dstread.c b/gdb/dstread.c index d115fb6..16b02f5 100644 --- a/gdb/dstread.c +++ b/gdb/dstread.c @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "symfile.h" #include "objfiles.h" #include "buildsym.h" -#include <obstack.h> +#include "obstack.h" #include "gdb_string.h" |