Skip to content

Commit c04b640

Browse files
committed
[libc] Add missing config include
1 parent 73e74e4 commit c04b640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/src/stdio/vasprintf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef LLVM_LIBC_SRC_STDIO_VASPRINTF_H
1010
#define LLVM_LIBC_SRC_STDIO_VASPRINTF_H
1111

12+
#include "src/__support/macros/config.h"
1213
#include <stdarg.h>
1314

1415
namespace LIBC_NAMESPACE_DECL {

0 commit comments

Comments
 (0)