add stddef.h to solve missing NULL definition issue

This commit is contained in:
Gabriel Wang 2021-12-05 23:00:33 +00:00
parent 2b8e1dbc75
commit 54ddfc6934
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
/*============================ INCLUDES ======================================*/
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
/*============================ MACROS ========================================*/

View File

@ -23,6 +23,7 @@
/*============================ INCLUDES ======================================*/
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
/*============================ MACROS ========================================*/