include <stddef.h> so that we have a size_t

from metanest and https://github.com/heimdal/heimdal/issues/15
This commit is contained in:
Love Hornquist Astrand
2012-09-23 10:56:16 -07:00
parent 8fb0c019ec
commit db85d0998e

View File

@@ -58,6 +58,7 @@
#ifdef __STDC__
#include <stdarg.h>
#include <stddef.h>
#endif
struct error_table {