Add missing include file

We will enable proper type checking when linking library symbols, which
(rightly) fails with a missing include file.
This commit is contained in:
Michael Tautschnig 2019-02-28 10:41:03 +00:00
parent b3cc3e9e31
commit 3f2d63379a
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#include <string.h>
struct mystruct {
int x;
char y;