From: Mathieu Desnoyers Date: Mon, 5 Dec 2011 23:41:29 +0000 (-0500) Subject: hlist.h: Add missing stddef.h include for NULL X-Git-Tag: v0.6.7~4 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=9056e3b82eab303fcfc1262fd9889b23173ee282 hlist.h: Add missing stddef.h include for NULL Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu/hlist.h b/urcu/hlist.h index e3b94ce..82015b3 100644 --- a/urcu/hlist.h +++ b/urcu/hlist.h @@ -16,6 +16,8 @@ * published by the Free Software Foundation. */ +#include + struct cds_hlist_head { struct cds_hlist_node *next;