Skip to content

Commit 30f776f

Browse files
authored
[libc++] Add missing <errno.h> include in threading support headers (#80311)
This was incorrectly removed when I split up the header.
1 parent 78a12f9 commit 30f776f

File tree

1 file changed

+1
-0
lines changed
  • libcxx/include/__thread/support

1 file changed

+1
-0
lines changed

libcxx/include/__thread/support/c11.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <__chrono/duration.h>
1515
#include <__config>
1616
#include <ctime>
17+
#include <errno.h>
1718
#include <threads.h>
1819

1920
#ifndef _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER

0 commit comments

Comments
 (0)