summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ag
blob: 9bf81dbb754d2847201c6f1eabe648a6e48f9b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ag,v 1.5 2005/06/05 06:14:17 minskim Exp $

--- dlls/kernel/sync.c.orig	2005-04-24 12:36:34.000000000 -0500
+++ dlls/kernel/sync.c
@@ -40,6 +40,9 @@
 #endif
 #include <stdarg.h>
 #include <stdio.h>
+#ifdef HAVE_MACHINE_LIMITS_H
+#include <machine/limits.h>
+#endif
 
 #define NONAMELESSUNION
 #define NONAMELESSSTRUCT