summaryrefslogtreecommitdiff
path: root/emulators/zsnes/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/zsnes/patches/patch-ab')
-rw-r--r--emulators/zsnes/patches/patch-ab8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/zsnes/patches/patch-ab b/emulators/zsnes/patches/patch-ab
index 44404e2d0cd..edbde7abbe3 100644
--- a/emulators/zsnes/patches/patch-ab
+++ b/emulators/zsnes/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/10/06 20:00:42 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2002/01/29 10:53:42 wiz Exp $
--- gblhdr.h.orig Fri Sep 28 21:44:12 2001
+++ gblhdr.h
@@ -15,3 +15,9 @@ $NetBSD: patch-ab,v 1.1.1.1 2001/10/06 20:00:42 wiz Exp $
#include <netdb.h>
#include <utime.h>
#include <zlib.h>
+@@ -115,3 +115,5 @@
+ #include <sys/filio.h>
+ #endif
+ #endif
++
++ #include <pthread.h>