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

add missing #include <stdarg.h>

This commit is contained in:
Gabor Kiss-Vamosi 2020-10-29 23:05:16 +01:00
parent 85c8014880
commit a2b4bbcd2a

View File

@ -6,10 +6,12 @@
/*********************
* INCLUDES
*********************/
#include <stdarg.h>
#include "lv_txt.h"
#include "lv_math.h"
#include "lv_log.h"
#include "lv_debug.h"
/*********************
* DEFINES
*********************/