view patches/db-4.7.25-mingw.patch @ 6512:ccc20ae889ca default tip guix

mingw::guile-2.0.7 builds.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 24 Mar 2016 08:03:39 +0100
parents 139b60cf3aad
children
line wrap: on
line source

--- db-4.7.25/os/os_yield.c.orig	2008-10-22 12:32:29.000000000 +0200
+++ db-4.7.25/os/os_yield.c	2008-10-22 12:35:05.000000000 +0200
@@ -6,6 +6,10 @@
  * $Id: os_yield.c,v 12.19 2008/01/08 20:58:43 bostic Exp $
  */
 
+#ifdef __MINGW32__
+#include <winsock2.h>
+#endif /* __MINGW32__ */
+
 #include "db_config.h"
 
 #define	__INCLUDE_SELECT_H	1