Add missing #include for string routines.

This commit is contained in:
ed 2010-01-02 10:12:12 +00:00
parent b2f1332428
commit 2f011fb7c4

View File

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