Alexandre Julliard : mountmgr: Don't include sys/time.h before winsock.h.
Module: wine Branch: master Commit: e7040616c899eafbccdfa697f80b92044b64a3c1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e7040616c899eafbccdfa697f... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Nov 21 11:59:10 2019 +0100 mountmgr: Don't include sys/time.h before winsock.h. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mountmgr.sys/diskarb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/mountmgr.sys/diskarb.c b/dlls/mountmgr.sys/diskarb.c index 66c121e114..7f04c5f1e0 100644 --- a/dlls/mountmgr.sys/diskarb.c +++ b/dlls/mountmgr.sys/diskarb.c @@ -25,7 +25,6 @@ #include <errno.h> #include <stdarg.h> #include <stdio.h> -#include <sys/time.h> #ifdef HAVE_DISKARBITRATION_DISKARBITRATION_H #include <DiskArbitration/DiskArbitration.h> #endif
participants (1)
-
Alexandre Julliard