From 9056e3b82eab303fcfc1262fd9889b23173ee282 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 5 Dec 2011 18:41:29 -0500 Subject: [PATCH] hlist.h: Add missing stddef.h include for NULL Signed-off-by: Mathieu Desnoyers --- urcu/hlist.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.34.1