Skip to content

Commit

Permalink
sd-device: header needs an include because it uses sd_device type
Browse files Browse the repository at this point in the history
(cherry picked from commit 023e75d)
  • Loading branch information
keszybz committed May 6, 2021
1 parent 98f5a73 commit 004ab84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libsystemd/sd-device/device-util.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include "sd-device.h"

#define FOREACH_DEVICE_PROPERTY(device, key, value) \
for (key = sd_device_get_property_first(device, &(value)); \
key; \
Expand Down

0 comments on commit 004ab84

Please sign in to comment.