Skip to content

Commit 0492e1e

Browse files
committed
[libc] Include 'config.h' from the printf structs for builtins
1 parent 0a94d35 commit 0492e1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/src/stdio/printf_core/core_structs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "src/__support/CPP/string_view.h"
1313
#include "src/__support/CPP/type_traits.h"
1414
#include "src/__support/FPUtil/FPBits.h"
15+
#include "src/__support/macros/config.h"
1516
#include "src/stdio/printf_core/printf_config.h"
1617

1718
#include <inttypes.h>

0 commit comments

Comments
 (0)