]> git.proxmox.com Git - qemu.git/blobdiff - qemu-os-win32.h
net: Dump client type 'info network'
[qemu.git] / qemu-os-win32.h
index ed2753d1b7b1f653af0ca20080d5c6ec1f49cb52..8a069d7fb678964193eeb9904a73df8f5a809a5a 100644 (file)
@@ -29,6 +29,9 @@
 #include <windows.h>
 #include <winsock2.h>
 
+/* 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 */