hlist.h: Add missing stddef.h include for NULL
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Dec 2011 23:41:29 +0000 (18:41 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Dec 2011 23:41:29 +0000 (18:41 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.024899 seconds and 4 git commands to generate.