* hppa-tdep.c (gdb_assert.h): Add missing #include.

* somsolib.c (gdb_assert.h): Likewise.
        * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
        (somsolib.o): Likewise.
This commit is contained in:
Joel Brobecker
2003-03-17 23:25:09 +00:00
parent bf8db3d48e
commit a7ff40e7f7
4 changed files with 11 additions and 2 deletions

View File

@@ -32,6 +32,7 @@
#include "completer.h"
#include "language.h"
#include "osabi.h"
#include "gdb_assert.h"
/* For argument passing to the inferior */
#include "symtab.h"