Skip to content

Commit 3f2d633

Browse files
committed
Add missing include file
We will enable proper type checking when linking library symbols, which (rightly) fails with a missing include file.
1 parent b3cc3e9 commit 3f2d633

File tree

1 file changed

+2
-0
lines changed
  • regression/cbmc-cover/built-ins2

1 file changed

+2
-0
lines changed

regression/cbmc-cover/built-ins2/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <string.h>
2+
13
struct mystruct {
24
int x;
35
char y;

0 commit comments

Comments
 (0)