diff options
author | Sven Gothel <[email protected]> | 2013-09-13 19:10:09 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-13 19:10:09 +0200 |
commit | ca6a6675513d2ee58f62ddfd3d3681779621a1ad (patch) | |
tree | 882ea15c1e3fe8c081db8d0fc95ebcb9bdf33bd1 /src | |
parent | e69b819ab572ff95ce252364eb294c074d4210a8 (diff) |
Add support for clang
Diffstat (limited to 'src')
-rw-r--r-- | src/native/almisc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/native/almisc.c b/src/native/almisc.c index 61ee599..ca638d9 100644 --- a/src/native/almisc.c +++ b/src/native/almisc.c @@ -12,6 +12,7 @@ #include "efx.h" #include <string.h> +extern int strlen_alc(ALCdevice *device, int param, const char* str); /* Java->C glue code: * Java package: jogamp.openal.ALImpl |