* include/std/thread: Include <cerrno> for EINTR.
authorJonathan Wakely <jwakely@redhat.com>
Thu, 12 Nov 2015 16:13:06 +0000 (16:13 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 12 Nov 2015 16:13:06 +0000 (16:13 +0000)
From-SVN: r230266

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/thread

index 178ae25..2222b57 100644 (file)
@@ -1,3 +1,7 @@
+2015-11-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/thread: Include <cerrno> for EINTR.
+
 2015-11-12  Ville Voutilainen  <ville.voutilainen@gmail.com>
 
        Implement D0013R2, logical type traits.
index 5940e6e..8c01feb 100644 (file)
@@ -38,6 +38,7 @@
 #include <chrono>
 #include <functional>
 #include <memory>
+#include <cerrno>
 #include <bits/functexcept.h>
 #include <bits/functional_hash.h>
 #include <bits/gthr.h>