aboutsummaryrefslogtreecommitdiff
path: root/games/egl/files/patch-client__snd_openal.c
blob: 545c2128a00f66376805719c39881cf5ede1c486 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./client/snd_openal.c.orig	Tue May 23 20:05:59 2006
+++ ./client/snd_openal.c	Tue May 23 20:06:00 2006
@@ -40,7 +40,7 @@
 # define AL_FREELIB(a)		FreeLibrary (a)
 #endif
 
-#if defined(__linux__) || defined(__FreeBSD__)
+#ifdef __unix__
 # include <dlfcn.h>
 # include <unistd.h>
 # include <sys/types.h>