Skip to content

Commit 36a1f48

Browse files
authored
Merge pull request #4298 from tautschnig/linking-fix-1
Add missing include file [blocks: #4056]
2 parents 13a8dc8 + 3f2d633 commit 36a1f48

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)