diff options
Diffstat (limited to 'usr.bin/gprof/printlist.c')
-rw-r--r-- | usr.bin/gprof/printlist.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index c6d9b893631..5e473e40dc7 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: printlist.c,v 1.4 2003/06/03 02:56:08 millert Exp $ */ +/* $OpenBSD: printlist.c,v 1.5 2003/07/10 00:06:51 david Exp $ */ /* $NetBSD: printlist.c,v 1.5 1995/04/19 07:16:23 cgd Exp $ */ /* @@ -34,10 +34,12 @@ #if 0 static char sccsid[] = "@(#)printlist.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: printlist.c,v 1.4 2003/06/03 02:56:08 millert Exp $"; +static char rcsid[] = "$OpenBSD: printlist.c,v 1.5 2003/07/10 00:06:51 david Exp $"; #endif #endif /* not lint */ +#include <string.h> + #include "gprof.h" /* |