diff options
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 */ |