Alexandre Julliard : winsock: Make sure to include sys/types.h in all cases .

Alexandre Julliard julliard at wine.codeweavers.com
Mon Oct 2 05:40:51 CDT 2006


Module: wine
Branch: master
Commit: 6910043d6e31239a7af6ed4b50f5eabfde4b906f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=6910043d6e31239a7af6ed4b50f5eabfde4b906f

Author: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list