From: Sunny Gonnabathula Date: Mon, 21 Dec 2020 02:49:52 +0000 (-0600) Subject: I'm writing a wrapper library around rlottie and rust-bindgen won't accept local... X-Git-Tag: submit/tizen/20210315.060811~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50e2795b0faf9fdd0fc482004d375b47197e7afe;p=platform%2Fcore%2Fuifw%2Flottie-player.git I'm writing a wrapper library around rlottie and rust-bindgen won't accept local includes with angle braces, only quotes. Not a C/C++ programmer, so I hope this doesn't break anything and is an acceptable change. Change-Id: I20a3826b1344de5f37e619e2264d127701a2124a --- diff --git a/inc/rlottie_capi.h b/inc/rlottie_capi.h index 9bdf336..c54de28 100644 --- a/inc/rlottie_capi.h +++ b/inc/rlottie_capi.h @@ -25,7 +25,7 @@ #include #include -#include +#include "rlottiecommon.h" #ifdef __cplusplus extern "C" {