memory: add missing include

This commit is contained in:
Miroslav Lichvar 2018-08-01 18:46:08 +02:00
parent 879d936277
commit d9f86f6f70

View file

@ -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);