Sfoglia il codice sorgente

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>
Ed Maste 9 anni fa
parent
commit
abd4556a17
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      bsd-user/uaccess.c

+ 1 - 0
bsd-user/uaccess.c

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