missing limits include

This commit is contained in:
Enno Rehling 2018-10-30 06:02:55 +01:00
parent e8ca81bc1a
commit 00718424cf
1 changed files with 2 additions and 1 deletions

View File

@ -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;