[NTVDM] Revert r69435.
[reactos.git] / reactos / subsystems / mvdm / ntvdm / dos / dem.h
index 56356a3..befbe80 100644 (file)
 #ifndef _DEM_H_
 #define _DEM_H_
 
+/* INCLUDES *******************************************************************/
+
+#include "dos32krnl/dos.h"
+
 /* DEFINES ********************************************************************/
 
 /* BOP Identifiers */
@@ -97,4 +101,6 @@ demSetCurrentDirectoryGetDrive
     OUT PUCHAR DriveNumber
 );
 
-#endif /* _DEM_H_ */
+#endif // _DEM_H_
+
+/* EOF */