Commit ff0de098 authored by Eugene Batalov's avatar Eugene Batalov Committed by Pavel Emelyanov

list: include stddef.h to define NULL const used in list.h

Signed-off-by: 's avatarEugene Batalov <eabatalov89@gmail.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 3695881d
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
* Double linked lists. * Double linked lists.
*/ */
#include <stddef.h>
#include "compiler.h" #include "compiler.h"
#define POISON_POINTER_DELTA 0 #define POISON_POINTER_DELTA 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment