svn commit: r201383 - head/usr.bin/gprof

Ed Schouten ed at FreeBSD.org
Sat Jan 2 10:12:13 UTC 2010


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"
 


More information about the svn-src-all mailing list