From 50e2795b0faf9fdd0fc482004d375b47197e7afe Mon Sep 17 00:00:00 2001 From: Sunny Gonnabathula Date: Sun, 20 Dec 2020 20:49:52 -0600 Subject: [PATCH] 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 --- inc/rlottie_capi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" { -- 2.34.1