Module: wine Branch: master Commit: 6910043d6e31239a7af6ed4b50f5eabfde4b906f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=6910043d6e31239a7af6ed4b...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Oct 2 11:57:54 2006 +0200
winsock: Make sure to include sys/types.h in all cases.
---
include/winsock.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/winsock.h b/include/winsock.h index 14ce99a..32827ed 100644 --- a/include/winsock.h +++ b/include/winsock.h @@ -43,6 +43,7 @@ # ifdef FD_CLR * All we can do is disable all these symbols so that they are not used * inadvertantly. */ +# include <sys/types.h> # undef FD_SETSIZE # undef FD_CLR # undef FD_SET