]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-barrier.h
qemu-barrier: Fix compilation on i386 hosts
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 7 Oct 2012 18:07:11 +0000 (20:07 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 7 Oct 2012 18:07:11 +0000 (20:07 +0200)
commitf1829782d6cb931973d71649f8ad1dad66188c34
treebc852a7642da60fc23d6f87038e84089e5c8c117
parent046dbab95f33e007428190610d638d2fcaf37fdf
qemu-barrier: Fix compilation on i386 hosts

Commit 1d31fca470648ec66afd8743491bfb5846306341 tried to fix bug
introduced by 610b823ef66b993660f1ab1447a769f190e4f3b3 by including
qemu-common.h, which breaks the build further.

Include compiler.h instead, as suggested by Blue Swirl.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
qemu-barrier.h