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/objfiles.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/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index b0bd359..e486550 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -32,7 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <sys/types.h> #include "gdb_stat.h" #include <fcntl.h> -#include <obstack.h> +#include "obstack.h" #include "gdb_string.h" /* Prototypes for local functions */ |