X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qemu-os-win32.h;h=8a069d7fb678964193eeb9904a73df8f5a809a5a;hb=3acccfc67d3aa4611142e2171337c7c494b52efb;hp=ed2753d1b7b1f653af0ca20080d5c6ec1f49cb52;hpb=5300f1a5487f67f0bde8ee1081b799108668cb1d;p=qemu.git diff --git a/qemu-os-win32.h b/qemu-os-win32.h index ed2753d1b..8a069d7fb 100644 --- a/qemu-os-win32.h +++ b/qemu-os-win32.h @@ -29,6 +29,9 @@ #include #include +/* Declaration of ffs() is missing in MinGW's strings.h. */ +int ffs(int i); + /* Polling handling */ /* return TRUE if no sleep should be done afterwards */