Unbreak trhe build by including proper header

This commit is contained in:
Oleksandr Tymoshenko 2012-03-18 08:08:06 +00:00
parent 7dc77cabb9
commit 61ad92ef03
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233107

View File

@ -27,7 +27,7 @@
*/
#include <string.h>
#include <stdint.h>
#include <sys/types.h>
#include <machine/sysarch.h>