From: Yu Watanabe Date: Fri, 23 Nov 2018 19:25:00 +0000 (+0900) Subject: basic/list: add missing header X-Git-Tag: v240~223^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1492fa526e1d62bd2f148b3ad337c5bb1f4bd86d;p=thirdparty%2Fsystemd.git basic/list: add missing header Some macros use assert() which is (re)defined in macro.h --- diff --git a/src/basic/list.h b/src/basic/list.h index 040680c30ad..b6132c21dfb 100644 --- a/src/basic/list.h +++ b/src/basic/list.h @@ -1,6 +1,8 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once +#include "macro.h" + /* The head of the linked list. Use this in the structure that shall * contain the head of the linked list */ #define LIST_HEAD(t,name) \