Skip to content

Commit 761429b

Browse files
authored
Merge pull request #6924 from bulbazord/5.9-cstdout-file-ptr
[lldb][NFCI] Include <cstdio> in SBDefines for FILE * definition
2 parents afbe66b + 9129d5f commit 761429b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/include/lldb/API/SBDefines.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#include "lldb/lldb-types.h"
1616
#include "lldb/lldb-versioning.h"
1717

18+
#include <cstdio> // For FILE *
19+
1820
#ifndef LLDB_API
1921
#if defined(_WIN32)
2022
#if defined(LLDB_IN_LIBLLDB)

0 commit comments

Comments
 (0)