]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
memory: add missing include
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 1 Aug 2018 16:46:08 +0000 (18:46 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 3 Aug 2018 15:21:02 +0000 (17:21 +0200)
memory.h

index 110cf6aaf0246e59655b17251e47f8d7f09b0358..7ae2c03daada8a46786ce53fbf8919c048a428d8 100644 (file)
--- 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);