summaryrefslogtreecommitdiff
path: root/rsSignal.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-08-15 10:02:11 -0700
committerStephen Hines <srhines@google.com>2013-08-15 10:05:41 -0700
commit43cfc0cbe6e6e8f585a0ae5f1d9cc2859ab1dda7 (patch)
tree6368e668671896264c40d8c1418ba4d070823456 /rsSignal.cpp
parent6dfe6841d357a1664433f0dcec3c8f4ae8ffbeb0 (diff)
downloadrs-43cfc0cbe6e6e8f585a0ae5f1d9cc2859ab1dda7.tar.gz
Remove barriers to using NDK v8 includes.
Bug: 10315692 Removed CLOCK_BOOTTIME, added some additional guards around cutils includes, and explicitly included errno.h when we use ETIMEDOUT. Change-Id: I0a764beea2f8ff7387a9afe985f00b5f03c68725
Diffstat (limited to 'rsSignal.cpp')
-rw-r--r--rsSignal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsSignal.cpp b/rsSignal.cpp
index c59b39e3..658c0b74 100644
--- a/rsSignal.cpp
+++ b/rsSignal.cpp
@@ -15,6 +15,7 @@
*/
#include "rsSignal.h"
+#include <errno.h>
using namespace android;
using namespace android::renderscript;