mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 14:12:22 +00:00
Add stddef include for sortedcache
All use of sortedcache will need this header, so put it in the definition of the sortedcache API.
This commit is contained in:
parent
dbecec37a7
commit
19b9a09209
@ -14,6 +14,8 @@
|
|||||||
#include "pool.h"
|
#include "pool.h"
|
||||||
#include "strmap.h"
|
#include "strmap.h"
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The purpose of this data structure is to cache the parsed contents of a
|
* The purpose of this data structure is to cache the parsed contents of a
|
||||||
* file (a.k.a. the backing file) where each item in the file can be
|
* file (a.k.a. the backing file) where each item in the file can be
|
||||||
|
Loading…
Reference in New Issue
Block a user