diff --git a/dlls/mountmgr.sys/device.c b/dlls/mountmgr.sys/device.c index 04e8fe3c0f5..aa6db175e69 100644 --- a/dlls/mountmgr.sys/device.c +++ b/dlls/mountmgr.sys/device.c @@ -28,6 +28,7 @@ #include #include #include +#include #ifdef HAVE_SYS_IOCTL_H # include #endif diff --git a/include/wine/port.h b/include/wine/port.h index fda19f0ad4b..35ffb9d6aba 100644 --- a/include/wine/port.h +++ b/include/wine/port.h @@ -31,7 +31,6 @@ #include #include -#include #include #include #ifdef HAVE_UNISTD_H