This is an archive of the discontinued LLVM Phabricator instance.

[libc][Obvious] Add include.stdlib as missing dep for CPP.string.
ClosedPublic

Authored by sivachandra on Apr 24 2023, 9:42 AM.

Details

Summary

string.h includes stdlib.h to get free and realloc. This change
adds the missing dep on stdlib.h.

Diff Detail

Event Timeline

sivachandra created this revision.Apr 24 2023, 9:42 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 24 2023, 9:42 AM
sivachandra requested review of this revision.Apr 24 2023, 9:42 AM
jhuber6 accepted this revision.Apr 24 2023, 9:52 AM
This revision is now accepted and ready to land.Apr 24 2023, 9:52 AM