]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* atomic.c: Include sys/types.h.
authorJakub Jelinek <jakub@redhat.com>
Tue, 19 Nov 2013 07:43:09 +0000 (08:43 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 19 Nov 2013 07:43:09 +0000 (08:43 +0100)
From-SVN: r205008

libbacktrace/ChangeLog
libbacktrace/atomic.c

index 134d9a71752c4d8e9dab0b8900ddfd74466d52a7..97abf7a3d9bc14d2e28fa316dc9c7e0f2fe3a22b 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * atomic.c: Include sys/types.h.
+
 2013-11-18  Ian Lance Taylor  <iant@google.com>
 
        * configure.ac: Check for support of __atomic extensions.
index 44fa5521ad4d049a154d61db55df6c0f49bd7e70..10418abadaa8eb69f86a4a565fcfc331d6b0f9d1 100644 (file)
@@ -32,6 +32,8 @@ POSSIBILITY OF SUCH DAMAGE.  */
 
 #include "config.h"
 
+#include <sys/types.h>
+
 #include "backtrace.h"
 #include "backtrace-supported.h"
 #include "internal.h"