Date: Sat, 2 Jan 2010 10:12:13 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r201383 - head/usr.bin/gprof Message-ID: <201001021012.o02ACD34009090@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed Date: Sat Jan 2 10:12:12 2010 New Revision: 201383 URL: http://svn.freebsd.org/changeset/base/201383 Log: Add missing #include for string routines. Modified: head/usr.bin/gprof/aout.c Modified: head/usr.bin/gprof/aout.c ============================================================================== --- head/usr.bin/gprof/aout.c Sat Jan 2 10:09:20 2010 (r201382) +++ head/usr.bin/gprof/aout.c Sat Jan 2 10:12:12 2010 (r201383) @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include <a.out.h> #include <err.h> +#include <string.h> #include "gprof.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001021012.o02ACD34009090>