[lldb][NFCI] Include <cstdio> in SBDefines for FILE * definition
authorAlex Langford <alangford@apple.com>
Wed, 24 May 2023 22:01:22 +0000 (15:01 -0700)
committerAlex Langford <alangford@apple.com>
Fri, 26 May 2023 17:56:17 +0000 (10:56 -0700)
commit877ddac051c4fc6b32e3e45b02dc628b018b381b
tree02351a0bc48f2d6c90fd7f449bee90f036060c85
parentb1cf54f12e83b7aee4aef512fb3700ba4a059f93
[lldb][NFCI] Include <cstdio> in SBDefines for FILE * definition

There are a few API headers that use FILE * but do not include the
correct header for their definition. Instead of including <cstdio> in each
of the headers manually, it seems easiest to include it in SBDefines to
get them all at once.

rdar://109579348

Differential Revision: https://reviews.llvm.org/D151381
lldb/include/lldb/API/SBDefines.h