1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-11 04:58:19 +03:00

util: add missing header guard

This commit is contained in:
Yu Watanabe 2020-06-26 05:36:01 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 12d14b7373
commit 95fc17bf46

View File

@ -1,4 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include "sd-bus.h"