diff --git a/include/common/mini-clist.h b/include/common/mini-clist.h index cb905da09..da24b3379 100644 --- a/include/common/mini-clist.h +++ b/include/common/mini-clist.h @@ -111,6 +111,7 @@ struct cond_wordlist { * which contains list head , which is known as element in * struct pt. */ +#undef LIST_PREV #define LIST_PREV(lh, pt, el) (LIST_ELEM((lh)->p, pt, el)) /*