* maint.c: Eliminate -Wall warnings by including some header files.
authorMark Alexander <marka@cygnus>
Tue, 18 Feb 1997 21:36:36 +0000 (21:36 +0000)
committerMark Alexander <marka@cygnus>
Tue, 18 Feb 1997 21:36:36 +0000 (21:36 +0000)
gdb/ChangeLog
gdb/maint.c

index 440c61a68039d33e4f694b2b709150b6d2e5e940..009a5401c2dfdc57055b5c4b1bb24bebf0acb988 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb 18 13:36:34 1997  Mark Alexander  <marka@cygnus.com>
+
+       * maint.c: Eliminate -Wall warnings by including some header files.
+
 Tue Feb 18 13:06:30 1997  Mark Alexander  <marka@cygnus.com>
 
        * remote-sim.c (init_callbacks): Undo previous change.
index ac86dd0b71ee50afc629fb330c8d97dd53d61cf7..28dde7647334300fb7f36a504f754a84dd117633 100644 (file)
@@ -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>