Include <sys/systm.h> to obtain the memcpy() prototype.
authored <ed@FreeBSD.org>
Fri, 24 Mar 2017 07:09:33 +0000 (07:09 +0000)
committered <ed@FreeBSD.org>
Fri, 24 Mar 2017 07:09:33 +0000 (07:09 +0000)
commit212e3c3fc618fb6a66000b9be0cfdd4fff5a7f02
tree46d0222c2cea82b7efb559887a1c6c4902b35499
parent28f81558f46ade8b410af53df5851613f7ad086d
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
sys/compat/cloudabi/cloudabi_clock.c