[NTVDM] Revert r69435.
[reactos.git] / reactos / subsystems / mvdm / ntvdm / int32.h
index c3ea5ef..78a05a4 100644 (file)
 #ifndef _INT32_H_
 #define _INT32_H_
 
+/* INCLUDES *******************************************************************/
+
+#include "cpu/callback.h"
+
 /* DEFINES ********************************************************************/
 
 /* 32-bit Interrupt Identifiers */
@@ -56,4 +60,6 @@ Int32Call(IN PCALLBACK16 Context,
 
 VOID InitializeInt32(VOID);
 
-#endif /* _INT32_H_ */
+#endif // _INT32_H_
+
+/* EOF */