fix gcc build

This commit is contained in:
Enno Rehling 2016-11-13 19:51:41 +01:00
parent 0eaa750ef4
commit 3cc719ba93
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
int read_attribs(gamedata *data, attrib **alist, void *owner) {
int result;

View File

@ -7,6 +7,7 @@
#include <memstream.h>
#include <CuTest.h>
#include <tests.h>
#include <string.h>
static void test_attrib_new(CuTest * tc)
{