Fixed missing include for size_t
This commit is contained in:
parent
52400b25df
commit
b53735bf81
@ -5,6 +5,8 @@
|
||||
#ifndef CAFF_PREVIEWER_MAGIC_MEMORY_H
|
||||
#define CAFF_PREVIEWER_MAGIC_MEMORY_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
typedef struct magic_memory_context_t {
|
||||
void* next;
|
||||
void *ptr;
|
||||
|
Loading…
Reference in New Issue
Block a user