[Lldb-commits] [PATCH] D151381: [lldb][NFCI] Include <cstdio> in SBDefines for FILE * definition

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 26 10:56:36 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG877ddac051c4: [lldb][NFCI] Include <cstdio> in SBDefines for FILE * definition (authored by bulbazord).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151381/new/

https://reviews.llvm.org/D151381

Files:
  lldb/include/lldb/API/SBDefines.h


Index: lldb/include/lldb/API/SBDefines.h
===================================================================
--- lldb/include/lldb/API/SBDefines.h
+++ lldb/include/lldb/API/SBDefines.h
@@ -15,6 +15,8 @@
 #include "lldb/lldb-types.h"
 #include "lldb/lldb-versioning.h"
 
+#include <cstdio> // For FILE *
+
 #ifndef LLDB_API
 #if defined(_WIN32)
 #if defined(LLDB_IN_LIBLLDB)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151381.526127.patch
Type: text/x-patch
Size: 374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230526/e3339980/attachment-0001.bin>


More information about the lldb-commits mailing list