diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-10-02 07:22:11 +0200 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-10-02 07:22:11 +0200 |
| commit | 95e34d6217bbd4f721b5c8e442c952ff10eb5bf2 (patch) | |
| tree | 437f8a1c04830f46196e86c76d47b5b5308d79a5 | |
| parent | eb429ea24a415f25d9a9227b75e1a2c30c02cd70 (diff) | |
Pulse audio read ring buffer overflow fix. (missing include)
| -rw-r--r-- | src/audiobackend-pulse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audiobackend-pulse.cc b/src/audiobackend-pulse.cc index 226ab35..ba7c561 100644 --- a/src/audiobackend-pulse.cc +++ b/src/audiobackend-pulse.cc @@ -32,7 +32,7 @@ #include <pulse/simple.h> #include <pulse/error.h> - +#include <unistd.h> /* Input example: http://freedesktop.org/software/pulseaudio/doxygen/pacat-simple_8c-example.html |
