Merge branch 'master' into urcu/ht-shrink
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Dec 2011 23:41:49 +0000 (18:41 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Dec 2011 23:41:49 +0000 (18:41 -0500)
urcu/hlist.h

index e3b94ced234f61a721a52cef7a19fec543c63b5a..82015b36fa1aa32a795fa556df52f76d9a342121 100644 (file)
@@ -16,6 +16,8 @@
  * published by the Free  Software Foundation.
  */
 
+#include <stddef.h>
+
 struct cds_hlist_head
 {
        struct cds_hlist_node *next;
This page took 0.024456 seconds and 4 git commands to generate.