summaryrefslogtreecommitdiffstats
path: root/make/joal-common-CustomCCode.c
diff options
context:
space:
mode:
authorkbr <[email protected]>2006-02-20 01:34:37 +0000
committerkbr <[email protected]>2006-02-20 01:34:37 +0000
commit68a842cc62f12e6372c804708690e31169368c30 (patch)
treebfe6c1310f5caa115251964d6b0ee2a53852cbba /make/joal-common-CustomCCode.c
parent48e6e34ebc8747ef80a4c74c18679f027a8172f0 (diff)
Added alcGetDeviceSpecifiers to support alcGetString(null, ALC_DEVICE_SPECIFIER);
rewrote alcGetString to use same underlying routine git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@113 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make/joal-common-CustomCCode.c')
-rwxr-xr-xmake/joal-common-CustomCCode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/joal-common-CustomCCode.c b/make/joal-common-CustomCCode.c
index f749723..a58e869 100755
--- a/make/joal-common-CustomCCode.c
+++ b/make/joal-common-CustomCCode.c
@@ -7,3 +7,4 @@ typedef int intptr_t;
/* This header seems to be available on all other platforms */
#include <inttypes.h>
#endif
+#include <string.h>