Commit 19b9a092 by Russell Belfer

Add stddef include for sortedcache

All use of sortedcache will need this header, so put it in the
definition of the sortedcache API.
parent dbecec37
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment