Include string.h for non-kernel builds to get proper memcpy prototype.

This commit is contained in:
kan 2007-04-04 03:16:59 +00:00
parent 3ee45e3f2e
commit ecc1614c2b

View File

@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$");
#include <errno.h>
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#endif