diff options
-rw-r--r-- | include/android/choreographer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/android/choreographer.h b/include/android/choreographer.h index 0239e2f318..02c83dc07c 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; |