From: Miroslav Lichvar Date: Wed, 1 Aug 2018 16:46:08 +0000 (+0200) Subject: memory: add missing include X-Git-Tag: 3.4-pre1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f86f6f708c7f5ae28ce466e3bd3db0b63bcd44;p=thirdparty%2Fchrony.git memory: add missing include --- diff --git a/memory.h b/memory.h index 110cf6aa..7ae2c03d 100644 --- a/memory.h +++ b/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);