Skip to content

Commit

Permalink
[libc] Add missing config include
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuber6 committed Oct 10, 2024
1 parent 73e74e4 commit c04b640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libc/src/stdio/vasprintf.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#ifndef LLVM_LIBC_SRC_STDIO_VASPRINTF_H
#define LLVM_LIBC_SRC_STDIO_VASPRINTF_H

#include "src/__support/macros/config.h"
#include <stdarg.h>

namespace LIBC_NAMESPACE_DECL {
Expand Down

0 comments on commit c04b640

Please sign in to comment.