add missing include

This commit is contained in:
Enno Rehling 2017-12-30 19:50:37 +01:00
parent a8140f1dc9
commit 54572fe40e
1 changed files with 2 additions and 0 deletions

View File

@ -2,7 +2,9 @@
#include <platform.h>
#endif
#include <CuTest.h>
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include "strings.h"