fix linux build, missing include

This commit is contained in:
Enno Rehling 2015-08-18 17:28:07 +02:00
parent 5bc4f7f144
commit 1f4c8d5858

View file

@ -24,6 +24,7 @@
#include <CuTest.h>
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>