From 1a49497348d02ffd9ba0eab6881bb3353223a068 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Mon, 31 Jul 1995 22:46:03 +0000 Subject: * configure.in: Check for unistd.h. * configure: Regenerated. * command.c, cp-valprint.c, fork-child.c, i386-tdep.c, i386b-nat.c, inflow.c, main.c, maint.c, objfiles.c, solib.c, source.c, stack.c, symfile.c, top.c, utils.c: Include strings.h and/or unistd.h to bring prototypes into scope. --- gdb/cp-valprint.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/cp-valprint.c') diff --git a/gdb/cp-valprint.c b/gdb/cp-valprint.c index a59943e..c32dbc7 100644 --- a/gdb/cp-valprint.c +++ b/gdb/cp-valprint.c @@ -28,6 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "gdbcmd.h" #include "demangle.h" #include "annotate.h" +#include int vtblprint; /* Controls printing of vtbl's */ int objectprint; /* Controls looking up an object's derived type -- cgit v1.1