diff options
author | Chris Robinson <[email protected]> | 2012-06-19 22:15:19 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-06-19 22:15:19 -0700 |
commit | 8001d8675131fd27fe319d5ea59191ffe35866e5 (patch) | |
tree | d7a8c3c6f23529f24f122d33e8dfe359e5e78ed3 /Alc/backends | |
parent | acca3e5a21618b8403711dfe2c7d84a256f83269 (diff) |
Add missing include
Diffstat (limited to 'Alc/backends')
-rw-r--r-- | Alc/backends/pulseaudio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/backends/pulseaudio.c b/Alc/backends/pulseaudio.c index 854421e4..21954699 100644 --- a/Alc/backends/pulseaudio.c +++ b/Alc/backends/pulseaudio.c @@ -21,6 +21,7 @@ #include "config.h" +#include <string.h> #include "alMain.h" #include <pulse/pulseaudio.h> |