Commit c40e13e1 authored by Ed Maste's avatar Ed Maste Committed by Peter Maydell
Browse files

bsd-user: add necessary includes to fix warnings



Signed-off-by: default avatarEd Maste <emaste@freebsd.org>
Message-id: 1459781903-64465-1-git-send-email-emaste@freebsd.org
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent e31f0451
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>