We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46944b0 commit 0cdb978Copy full SHA for 0cdb978
libc/src/__support/StringUtil/tables/CMakeLists.txt
@@ -3,7 +3,7 @@ add_header_library(
3
HDRS
4
stdc_errors.h
5
DEPENDS
6
- libc.src.errno.errno
+ libc.hdr.errno_macros
7
libc.src.__support.StringUtil.message_mapper
8
)
9
libc/src/__support/StringUtil/tables/stdc_errors.h
@@ -9,6 +9,7 @@
#ifndef LLVM_LIBC_SRC___SUPPORT_STRINGUTIL_TABLES_STDC_ERRORS_H
10
#define LLVM_LIBC_SRC___SUPPORT_STRINGUTIL_TABLES_STDC_ERRORS_H
11
12
+#include "hdr/errno_macros.h"
13
#include "src/__support/StringUtil/message_mapper.h"
14
#include "src/__support/macros/config.h"
15
0 commit comments