]> granicus.if.org Git - libatomic_ops/commitdiff
2007-06-13 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Thu, 14 Jun 2007 05:17:45 +0000 (05:17 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 25 Jul 2011 12:03:24 +0000 (16:03 +0400)
        * src/atomic_ops.h: include stddef.h

ChangeLog
src/atomic_ops.h

index 2e2af53806ed25021951f528d64e20b217796ba2..d5a1800bd6686b825efed2c798b76c62d569eb0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-06-13 Hans Boehm <Hans.Boehm@hp.com>
+        * src/atomic_ops.h: include stddef.h
+
 2007-06-06 Hans Boehm <Hans.Boehm@hp.com>
        * src/atomic_ops/sysdeps/msftc/x86_64.h: New file.
        * src/atomic_ops.h: Add test for msftc/x86_64.h.
index c0ee9830105bae87ff4d0b60a79cdea31c5f8fc5..d27ec7bfdc7f4db5947a5ae6f3bea12db31f25a6 100755 (executable)
@@ -25,6 +25,7 @@
 #define ATOMIC_OPS_H
 
 #include <assert.h>
+#include <stddef.h>
 
 /* We define various atomic operations on memory in a          */
 /* machine-specific way.  Unfortunately, this is complicated   */