fix gcc and clang builds: missing include

This commit is contained in:
Enno Rehling 2014-10-31 15:54:25 +01:00
parent 997d1ffd4b
commit 9848ba08d0
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <CuTest.h> #include <CuTest.h>
#include <tests.h> #include <tests.h>
#include <assert.h> #include <assert.h>
#include <limits.h>
void test_pool(CuTest *tc) { void test_pool(CuTest *tc) {
unit *u1, *u2, *u3; unit *u1, *u2, *u3;