mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-17 19:13:03 +08:00
add stddef.h to solve missing NULL definition issue
This commit is contained in:
parent
2b8e1dbc75
commit
54ddfc6934
@ -23,6 +23,7 @@
|
||||
/*============================ INCLUDES ======================================*/
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
/*============================ MACROS ========================================*/
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
/*============================ INCLUDES ======================================*/
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
/*============================ MACROS ========================================*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user