Legacy: Ensure stddef.h is present for size_t

Many compilers won't need this, but better to
have it so it's correct.
This commit is contained in:
Paul Hollinsky
2021-08-05 15:07:02 -07:00
parent 84c6b202c7
commit c7e7222140
+1
View File
@@ -5,6 +5,7 @@
#include "icsneo/platform/tchar.h"
#include <stdint.h>
#include <stddef.h>
typedef uint8_t byte; // Typedef helper for the following include
#include "icsneo/icsnVC40.h" // Definitions for structs