aboutsummaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-12-09 05:12:46 +0000
committerFred Fish <fnf@specifix.com>1995-12-09 05:12:46 +0000
commitf309ad9590ff65049729c884bd04aa6521df83fb (patch)
tree1295da5386f1fdd8272a225dae36d3050b4f110b /gdb/dbxread.c
parentd98dd64ec04a84fd79304fbe681e84714a930c41 (diff)
downloadgdb-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/dbxread.c')
-rw-r--r--gdb/dbxread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c
index f6714ea..9ec4c16 100644
--- a/gdb/dbxread.c
+++ b/gdb/dbxread.c
@@ -40,7 +40,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <fcntl.h>
#endif
-#include <obstack.h>
+#include "obstack.h"
#include <sys/param.h>
#ifndef NO_SYS_FILE
#include <sys/file.h>