Include <sys/systm.h> to obtain the memcpy() prototype.

I got a report of this source file not building on Raspberry Pi. It's
interesting that this only fails for that target and not for others.
Again, that's no reason not to include the right headers.

PR:		217969
Reported by:	Johannes Jost Meixner
MFC after:	1 week
This commit is contained in:
Ed Schouten 2017-03-24 07:09:33 +00:00
parent 457797001e
commit eb29911a30
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315892

View File

@ -29,6 +29,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/stdint.h>
#include <sys/systm.h>
#include <sys/syscallsubr.h>
#include <contrib/cloudabi/cloudabi_types_common.h>