Skip to content

Commit 2349a4f

Browse files
authored
Update LibcShims.cpp
Add missing include for `atexit`.
1 parent 74e22dc commit 2349a4f

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
@@ -23,6 +23,7 @@
2323
#endif
2424

2525
#include <stdio.h>
26+
#include <stdlib.h>
2627

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

0 commit comments

Comments
 (0)