commit | ad8510a339ffab330c2c46e5c247dd1cf9e15c22 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Tue Feb 17 16:24:07 2015 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Thu Feb 19 09:47:41 2015 -0800 |
tree | f8643e6711ce756876c02cbb2c0ed4ed459c6187 | |
parent | 04333cdc8d6a3c8e4a11835371e8ad13adf3f7f0 [diff] [blame] |
Include what you use Change-Id: I1967861f383bb5ed6743fb69e3bd439907ed7033
diff --git a/services/audioflinger/Threads.cpp b/services/audioflinger/Threads.cpp index 15dd408..384bd25 100644 --- a/services/audioflinger/Threads.cpp +++ b/services/audioflinger/Threads.cpp
@@ -23,7 +23,9 @@ #include "Configuration.h" #include <math.h> #include <fcntl.h> +#include <linux/futex.h> #include <sys/stat.h> +#include <sys/syscall.h> #include <cutils/properties.h> #include <media/AudioParameter.h> #include <media/AudioResamplerPublic.h>