diff --git a/include/dosexe.h b/include/dosexe.h
index 1b18ab8a86c9eb22a8117bbddc6276d870ab354c..a439bfe039c7759e603ad7a35b0f2072a0f06dba 100644
--- a/include/dosexe.h
+++ b/include/dosexe.h
@@ -8,7 +8,7 @@
 #define __WINE_DOSEXE_H
 
 #include <sys/types.h> /* pid_t */
-#include "wintypes.h"
+#include "winbase.h"
 #include "sig_context.h"
 
 typedef struct _DOSTASK {