add missing include to stdlib, needed for 'abs' function on integers
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
/*********************
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include <stdlib.h>
|
||||
#include "lv_canvas.h"
|
||||
#if USE_LV_CANVAS != 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user