[NTVDM] Revert r69435.
[reactos.git] / reactos / subsystems / mvdm / ntvdm / emulator.h
index e5abc9e..deff274 100644 (file)
@@ -9,6 +9,10 @@
 #ifndef _EMULATOR_H_
 #define _EMULATOR_H_
 
+/* INCLUDES *******************************************************************/
+
+#include <fast486.h>
+
 /* DEFINES ********************************************************************/
 
 /* Basic Memory Management */
@@ -117,4 +121,6 @@ VOID EmulatorTerminate(VOID);
 BOOLEAN EmulatorInitialize(HANDLE ConsoleInput, HANDLE ConsoleOutput);
 VOID EmulatorCleanup(VOID);
 
-#endif /* _EMULATOR_H_ */
+#endif // _EMULATOR_H_
+
+/* EOF */