memory: add missing include
This commit is contained in:
parent
879d936277
commit
d9f86f6f70
1 changed files with 2 additions and 0 deletions
2
memory.h
2
memory.h
|
@ -27,6 +27,8 @@
|
|||
#ifndef GOT_MEMORY_H
|
||||
#define GOT_MEMORY_H
|
||||
|
||||
#include "sysincl.h"
|
||||
|
||||
/* Wrappers checking for errors */
|
||||
extern void *Malloc(size_t size);
|
||||
extern void *Realloc(void *ptr, size_t size);
|
||||
|
|
Loading…
Reference in a new issue