From b3c73ef101e0f5403a4080e2c058d11a3b9eebbf Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sat, 2 Jan 2010 10:12:12 +0000 Subject: [PATCH] Add missing #include for string routines. --- usr.bin/gprof/aout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c index 2ccf818f42e..9103148997d 100644 --- a/usr.bin/gprof/aout.c +++ b/usr.bin/gprof/aout.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include "gprof.h"