mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 21:05:46 +08:00
libstdc++: Add <errno.h> to <bits/std_mutex.h>
This needs to be included explicitly now that we don't include all of <system_error> here. libstdc++-v3/ChangeLog: * include/bits/std_mutex.h: Include <errno.h>.
This commit is contained in:
parent
3456db4de8
commit
b4b1c6aa6d
@ -36,6 +36,7 @@
|
|||||||
# include <bits/c++0x_warning.h>
|
# include <bits/c++0x_warning.h>
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
#include <errno.h> // EBUSY
|
||||||
#include <bits/functexcept.h>
|
#include <bits/functexcept.h>
|
||||||
#include <bits/gthr.h>
|
#include <bits/gthr.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user