diff options
Diffstat (limited to 'libstdc++-v3/include/bits/pthread_allocimpl.h')
-rw-r--r-- | libstdc++-v3/include/bits/pthread_allocimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/pthread_allocimpl.h b/libstdc++-v3/include/bits/pthread_allocimpl.h index ca0f980fbf4..050b2060fc4 100644 --- a/libstdc++-v3/include/bits/pthread_allocimpl.h +++ b/libstdc++-v3/include/bits/pthread_allocimpl.h @@ -62,7 +62,7 @@ // consequences. #include <bits/c++config.h> -#include <bits/std_cerrno.h> +#include <cerrno> #include <bits/stl_alloc.h> #ifndef __RESTRICT # define __RESTRICT |