Skip to content

Commit 0cdb978

Browse files
author
Job Henandez Lara
authored
[libc] Add missing include to __support/StringUtil/tables/stdc_errors.h. (#111271)
Failed build bots: https://lab.llvm.org/buildbot/#/builders/11/builds/6164 https://lab.llvm.org/buildbot/#/builders/73/builds/6651
1 parent 46944b0 commit 0cdb978

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libc/src/__support/StringUtil/tables/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ add_header_library(
33
HDRS
44
stdc_errors.h
55
DEPENDS
6-
libc.src.errno.errno
6+
libc.hdr.errno_macros
77
libc.src.__support.StringUtil.message_mapper
88
)
99

libc/src/__support/StringUtil/tables/stdc_errors.h

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

12+
#include "hdr/errno_macros.h"
1213
#include "src/__support/StringUtil/message_mapper.h"
1314
#include "src/__support/macros/config.h"
1415

0 commit comments

Comments
 (0)