mirror of
https://gitlab.com/chrony/chrony.git
synced 2026-03-10 16:49:38 -04:00
memory: add missing include
This commit is contained in:
2
memory.h
2
memory.h
@@ -27,6 +27,8 @@
|
|||||||
#ifndef GOT_MEMORY_H
|
#ifndef GOT_MEMORY_H
|
||||||
#define GOT_MEMORY_H
|
#define GOT_MEMORY_H
|
||||||
|
|
||||||
|
#include "sysincl.h"
|
||||||
|
|
||||||
/* Wrappers checking for errors */
|
/* Wrappers checking for errors */
|
||||||
extern void *Malloc(size_t size);
|
extern void *Malloc(size_t size);
|
||||||
extern void *Realloc(void *ptr, size_t size);
|
extern void *Realloc(void *ptr, size_t size);
|
||||||
|
|||||||
Reference in New Issue
Block a user