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:
Russell Belfer 2013-08-28 11:20:47 -07:00
parent dbecec37a7
commit 19b9a09209

View File

@ -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