add missing include to stdlib, needed for 'abs' function on integers
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
195a3d3768
commit
dd3c65df7a
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user