diff options
author | Mark Alexander <marka@cygnus> | 1997-02-18 21:36:36 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1997-02-18 21:36:36 +0000 |
commit | 6e5d087d12856a47a35629baffa6b7e3f48fb35a (patch) | |
tree | 793d02ca8b1862fa574e84cd8628abb58ef7e0c1 /gdb/maint.c | |
parent | 1387cba1646f1b1431fd2e0bdd62c0a9f5a3ef77 (diff) | |
download | gdb-6e5d087d12856a47a35629baffa6b7e3f48fb35a.zip gdb-6e5d087d12856a47a35629baffa6b7e3f48fb35a.tar.gz gdb-6e5d087d12856a47a35629baffa6b7e3f48fb35a.tar.bz2 |
* maint.c: Eliminate -Wall warnings by including some header files.
Diffstat (limited to 'gdb/maint.c')
-rw-r--r-- | gdb/maint.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/maint.c b/gdb/maint.c index ac86dd0..28dde76 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #if MAINTENANCE_CMDS /* Entire rest of file goes away if not including maint cmds */ +#include <ctype.h> #include <signal.h> #include "command.h" #include "gdbcmd.h" @@ -34,6 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "language.h" #include "symfile.h" #include "objfiles.h" +#include "value.h" #ifdef HAVE_UNISTD_H #include <unistd.h> |