diff options
author | Chris Robinson <[email protected]> | 2016-12-21 01:08:33 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-12-21 01:12:47 -0800 |
commit | bcb6dfee71ef0ce4a0b9e7ceccb943f7f28704c4 (patch) | |
tree | e06b805f989c34613ab1980aa0d2a9dc976b215d /OpenAL32/alState.c | |
parent | 8f581c0e66e52a6f24e85763b39ed3be29a3e792 (diff) |
Trace the commit ID and branch the library was built from
Diffstat (limited to 'OpenAL32/alState.c')
-rw-r--r-- | OpenAL32/alState.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/alState.c b/OpenAL32/alState.c index 3d8e6c40..e633a86b 100644 --- a/OpenAL32/alState.c +++ b/OpenAL32/alState.c @@ -20,6 +20,8 @@ #include "config.h" +#include "version.h" + #include <stdlib.h> #include "alMain.h" #include "AL/alc.h" |