diff options
author | Max Kellermann <max@duempel.org> | 2014-11-25 10:43:39 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-25 10:44:06 +0100 |
commit | a8ebfd7a92a48676d753e3ca3ee3175f6ff4d62e (patch) | |
tree | 4a68fa1139892c1fdc0aef280cf1024eb7d448f0 /src/input | |
parent | b19e5720cc47a66cc59e55a81dc08de4e521bc39 (diff) | |
download | mpd-a8ebfd7a92a48676d753e3ca3ee3175f6ff4d62e.tar.gz mpd-a8ebfd7a92a48676d753e3ca3ee3175f6ff4d62e.tar.xz mpd-a8ebfd7a92a48676d753e3ca3ee3175f6ff4d62e.zip |
event/DeferredMonitor: include cleanup
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/plugins/AlsaInputPlugin.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/plugins/AlsaInputPlugin.cxx b/src/input/plugins/AlsaInputPlugin.cxx index 82b96f7df..f03f745c6 100644 --- a/src/input/plugins/AlsaInputPlugin.cxx +++ b/src/input/plugins/AlsaInputPlugin.cxx @@ -43,6 +43,8 @@ #include <alsa/asoundlib.h> +#include <atomic> + #include <assert.h> #include <string.h> |