Skip to content

Commit 6236e59

Browse files
Doesn't build but should in CI
1 parent 12f2ae0 commit 6236e59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

libc/src/stdio/scanf_core/reader.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#include "hdr/types/FILE.h"
910
#include "src/stdio/scanf_core/reader.h"
1011
#include "src/__support/macros/config.h"
12+
#include "src/__support/File/file.h"
13+
1114
#include <stddef.h>
1215

13-
#include "src/__support/File/file.h"
16+
17+
1418

1519
namespace LIBC_NAMESPACE_DECL {
1620
namespace scanf_core {

0 commit comments

Comments
 (0)