forked from github/server
missing limits include
This commit is contained in:
parent
e8ca81bc1a
commit
00718424cf
|
@ -17,8 +17,9 @@
|
|||
#include <CuTest.h>
|
||||
#include <tests.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
|
||||
typedef struct build_fixture {
|
||||
faction *f;
|
||||
|
|
Loading…
Reference in New Issue