I'm writing a wrapper library around rlottie and rust-bindgen won't accept local...
authorSunny Gonnabathula <sunny.gonna@gmail.com>
Mon, 21 Dec 2020 02:49:52 +0000 (20:49 -0600)
committerHermet Park <chuneon.park@samsung.com>
Mon, 15 Mar 2021 06:04:36 +0000 (15:04 +0900)
Change-Id: I20a3826b1344de5f37e619e2264d127701a2124a

inc/rlottie_capi.h

index 9bdf336f82d41cf9592801f4a8c656f4541216c7..c54de286eec68eafa6463d714ae5011b9c545bec 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <stddef.h>
 #include <stdint.h>
-#include <rlottiecommon.h>
+#include "rlottiecommon.h"
 
 #ifdef __cplusplus
 extern "C" {