Index: /trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp	(revision 64248)
+++ /trunk/src/VBox/Devices/Storage/DrvHostFloppy.cpp	(revision 64249)
@@ -28,4 +28,7 @@
 # include <sys/fcntl.h>
 # include <errno.h>
+# elif defined(RT_OS_WINDOWS)
+# include <iprt/win/windows.h>
+# include <dbt.h>
 #endif
 
