]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-openrisc/sys_helper.c
9pfs: handle walk of ".." in the root directory
[mirror_qemu.git] / target-openrisc / sys_helper.c
index 53ca6bcef99adb5e5f2536c41ee13b8183e36684..a719e452bee4876250916ca636c2ddef153ac698 100644 (file)
@@ -18,7 +18,9 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
+#include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 
 #define TO_SPR(group, number) (((group) << 11) + (number))