mirror of
https://github.com/systemd/systemd.git
synced 2026-07-24 00:11:06 +00:00
basic/list: add missing header
Some macros use assert() which is (re)defined in macro.h
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user