1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00

Merge pull request #761 from amirgon/dev-5.3

Dev 5.3  fix compilation errors on lv_mpy
This commit is contained in:
Themba D 2019-01-25 16:45:03 -05:00 committed by GitHub
commit 7713b5f941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
/********************* /*********************
* INCLUDES * INCLUDES
*********************/ *********************/
#include <stdlib.h>
#include "lv_canvas.h" #include "lv_canvas.h"
#if USE_LV_CANVAS != 0 #if USE_LV_CANVAS != 0