Index: /trunk/src/VBox/Devices/Storage/DevFdc.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DevFdc.cpp	(revision 49880)
+++ /trunk/src/VBox/Devices/Storage/DevFdc.cpp	(revision 49881)
@@ -53,5 +53,4 @@
 
 #include "VBoxDD.h"
-#include "vl_vbox.h"
 
 #define FDC_SAVESTATE_CURRENT   2       /* The new and improved saved state. */
@@ -712,5 +711,9 @@
     uint32_t io_base;
     /* Controller state */
+#ifndef VBOX
     QEMUTimer *result_timer;
+#else
+    struct TMTIMER *result_timer;
+#endif
     uint8_t sra;
     uint8_t srb;
