Merge pull request #32 from aoeu/master

tests: include limits lib to fix build on debian
This commit is contained in:
Andrew Kelley 2015-10-07 22:46:50 -07:00
commit 05a4280e52

View file

@ -8,6 +8,7 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <limits.h>
static inline void ok_or_panic(int err) {
if (err)