diff options
Diffstat (limited to 'src/libsystemd/libsystemd-internal/sd-device/device-enumerator.c')
-rw-r--r-- | src/libsystemd/libsystemd-internal/sd-device/device-enumerator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/libsystemd-internal/sd-device/device-enumerator.c b/src/libsystemd/libsystemd-internal/sd-device/device-enumerator.c index 4a7a8b1f9e..796728ee0e 100644 --- a/src/libsystemd/libsystemd-internal/sd-device/device-enumerator.c +++ b/src/libsystemd/libsystemd-internal/sd-device/device-enumerator.c @@ -18,7 +18,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "sd-device.h" +#include <systemd/sd-device.h> #include "alloc-util.h" #include "device-enumerator-private.h" |