1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 02:21:44 +03:00

basic/list: add missing header

Some macros use assert() which is (re)defined in macro.h
This commit is contained in:
Yu Watanabe 2018-11-24 04:25:00 +09:00
parent 1e268f423c
commit 1492fa526e

View File

@ -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) \