Skip to content

Commit 7816bed

Browse files
committed
Add stdlib.h for correctly importing strtol
1 parent c7199a0 commit 7816bed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/regression/41-stdlib/05-more.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include<goblint.h>
33
#include <wchar.h>
44
#include <stdio.h>
5+
#include <stdlib.h>
56

67
int g = 8;
78

0 commit comments

Comments
 (0)