add missing include to stdlib, needed for 'abs' function on integers

This commit is contained in:
Amir Gonnen
2019-01-25 16:01:52 +02:00
committed by Gabor Kiss-Vamosi
parent 195a3d3768
commit dd3c65df7a

View File

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