commit | fb911b2e44c739a8e5e47d0df54c96a790cf9aaf | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Tue Jan 26 16:05:54 2016 -0800 |
committer | Michael Wright <michaelwr@google.com> | Tue Jan 26 16:05:54 2016 -0800 |
tree | bb081cc370c15cb4353bd79b974516a042b31f97 | |
parent | 70df428158e5c63fc858adbd30b37cd4d0a7aa6a [diff] |
Add missing include to choreographer header. Change-Id: Id497f3a505211309a08e100b369300e81f84b13b
diff --git a/include/android/choreographer.h b/include/android/choreographer.h index 0239e2f..02c83dc 100644 --- a/include/android/choreographer.h +++ b/include/android/choreographer.h
@@ -26,6 +26,8 @@ #ifndef ANDROID_CHOREOGRAPHER_H #define ANDROID_CHOREOGRAPHER_H +#include <sys/cdefs.h> + __BEGIN_DECLS struct AChoreographer;