forked from github/server
fix gcc and clang builds: missing include
This commit is contained in:
parent
997d1ffd4b
commit
9848ba08d0
|
@ -13,6 +13,7 @@
|
|||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
|
||||
void test_pool(CuTest *tc) {
|
||||
unit *u1, *u2, *u3;
|
||||
|
|
Loading…
Reference in New Issue