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

This commit is contained in:
Alexander Kabaev 2007-04-04 03:16:59 +00:00
parent d8164209b3
commit edb2e5dca3

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