From 293cc8c8607a3ef341bf4f113f2de32ff70301ad Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Wed, 29 Jan 2025 11:41:23 +0000 Subject: [PATCH] ANDROID: rust: make binder uapi available to Rust Headers in this file are passed to the bindgen tool that generates Rust definitions for anything declared in the header file. Bug: 388786466 Change-Id: I74383cc5db0e3aa0ea5a102e6d04dc630cb3905e Signed-off-by: Alice Ryhl --- rust/uapi/uapi_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/uapi/uapi_helper.h b/rust/uapi/uapi_helper.h index 76d3f103e764..a972ca2e3c01 100644 --- a/rust/uapi/uapi_helper.h +++ b/rust/uapi/uapi_helper.h @@ -7,6 +7,7 @@ */ #include +#include #include #include #include