tests: include limits lib to fix build on debian

This commit is contained in:
Travis 2015-10-07 23:05:48 -04:00
parent 277bb3106b
commit 7cff66fb83

View file

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