Use the asm-generic ucontext.h for arm.
There is no ucontext.h in uapi kernel headers, so use the generic one. This
works with or without uapi kernel headers.
Bug: 11559337
Change-Id: Ia6d1dafc15ead99c802be3873dcf20f428650585
diff --git a/runtime/common_test.h b/runtime/common_test.h
index 57cf71a..d3151c3 100644
--- a/runtime/common_test.h
+++ b/runtime/common_test.h
@@ -158,7 +158,7 @@
#include <signal.h>
#include <asm/sigcontext.h>
-#include <asm/ucontext.h>
+#include <asm-generic/ucontext.h>
// A signal handler called when have an illegal instruction. We record the fact in