Add missing #include for string routines.

This commit is contained in:
Ed Schouten 2010-01-02 10:12:12 +00:00
parent ef636796f6
commit b3c73ef101

View File

@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
#include <a.out.h>
#include <err.h>
#include <string.h>
#include "gprof.h"