* maint.c: Eliminate -Wall warnings by including some header files.

This commit is contained in:
Mark Alexander 1997-02-18 21:36:36 +00:00
parent 1387cba164
commit 6e5d087d12
2 changed files with 6 additions and 0 deletions

View 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.

View 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>