diff --git a/src/commonlib/include/commonlib/list.h b/src/commonlib/include/commonlib/list.h index 6c8a5d2cbb..970d68ea49 100644 --- a/src/commonlib/include/commonlib/list.h +++ b/src/commonlib/include/commonlib/list.h @@ -5,6 +5,7 @@ #define __COMMONLIB_LIST_H__ #include +#include struct list_node { struct list_node *next;