bsd-user: add necessary includes to fix warnings

Signed-off-by: Ed Maste <emaste@freebsd.org>
Message-id: 1459781903-64465-1-git-send-email-emaste@freebsd.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
master
Ed Maste 2016-04-04 10:58:23 -04:00 committed by Peter Maydell
parent e31f045187
commit c40e13e106
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "qemu/osdep.h"
#include "qemu/cutils.h"
#include "qemu/path.h"
#include <sys/mman.h>
#include <sys/syscall.h>
#include <sys/param.h>