3ds/types.h: #include <stddef.h>

This commit is contained in:
fincs 2014-08-26 22:56:38 +02:00
parent 589c59fab7
commit 8b9666ac40

View File

@ -5,6 +5,7 @@
#pragma once #pragma once
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#include <stddef.h>
#define U64_MAX UINT64_MAX #define U64_MAX UINT64_MAX