]> git.proxmox.com Git - qemu.git/blobdiff - osdep.h
fdc: floppy drive should be visible after start without media
[qemu.git] / osdep.h
diff --git a/osdep.h b/osdep.h
index 095407dd7d31a1cd4f191015f3ca1cf3eb43902c..9db87669646a9949cf0cde964a8b5cafce5c2b04 100644 (file)
--- a/osdep.h
+++ b/osdep.h
@@ -14,6 +14,7 @@
 /* [u]int_fast*_t not in <sys/int_types.h> */
 typedef unsigned char           uint_fast8_t;
 typedef unsigned int            uint_fast16_t;
+typedef signed int              int_fast16_t;
 #endif
 
 #ifndef glue