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
parent fe5eab8f9a
commit a337e25fb1

View File

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