Skip to content

Commit c79cd30

Browse files
committed
Update LibcShims.cpp
Add missing include for `atexit`.
1 parent 0ff4ac6 commit c79cd30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/stubs/LibcShims.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#endif
2323

2424
#include <stdio.h>
25+
#include <stdlib.h>
2526

2627
#include "swift/shims/LibcShims.h"
2728

0 commit comments

Comments
 (0)