]> git.proxmox.com Git - mirror_qemu.git/commitdiff
bsd-user: add necessary includes to fix warnings
authorEd Maste <emaste@freebsd.org>
Mon, 4 Apr 2016 14:58:23 +0000 (10:58 -0400)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Apr 2016 15:17:18 +0000 (16:17 +0100)
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>
bsd-user/syscall.c

index 35f784cb6cd65f38ccf9c3499877456e484c4104..47cf865a3234eb366c833536bd56613d725e89ad 100644 (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>