mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
unittest,memory: Fix tests
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#ifndef NVIM_MEMORY_H
|
||||
#define NVIM_MEMORY_H
|
||||
|
||||
#include <stdbool.h> // for bool
|
||||
#include <stdint.h> // for uint8_t
|
||||
#include <stddef.h> // for size_t
|
||||
#include <time.h> // for time_t
|
||||
#include <time.h> // for time_t
|
||||
|
||||
/// `malloc()` function signature
|
||||
typedef void *(*MemMalloc)(size_t);
|
||||
|
Reference in New Issue
Block a user