bsd-user: add qemu/cutils.h include after f348b6d

Signed-off-by: Ed Maste <emaste@freebsd.org>
Message-id: 1459864881-71319-1-git-send-email-emaste@freebsd.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Ed Maste 2016-04-05 10:01:21 -04:00 committed by Peter Maydell
parent 31370dbe5d
commit abd4556a17

View File

@ -1,5 +1,6 @@
/* User memory access */
#include "qemu/osdep.h"
#include "qemu/cutils.h"
#include "qemu.h"