hlist.h: Add missing stddef.h include for NULL
[urcu.git] / 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.021836 seconds and 4 git commands to generate.