diff --git a/include/linux/list.h b/include/linux/list.h index 8af1eeb..1a4cbc4 100644 --- a/include/linux/list.h +++ b/include/linux/list.h @@ -1,6 +1,8 @@ #ifndef _LINUX_LIST_H #define _LINUX_LIST_H +#include /* for NULL */ + /* * Simple doubly linked list implementation. *