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:
parent
1e268f423c
commit
1492fa526e
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user