diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sortedcache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sortedcache.h b/src/sortedcache.h index 5ebb116ed..4cacad62b 100644 --- a/src/sortedcache.h +++ b/src/sortedcache.h @@ -14,6 +14,8 @@ #include "pool.h" #include "strmap.h" +#include <stddef.h> + /* * 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 |
