summaryrefslogtreecommitdiff
path: root/src/libsystemd/src/sd-device/device-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd/src/sd-device/device-private.h')
-rw-r--r--src/libsystemd/src/sd-device/device-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/src/sd-device/device-private.h b/src/libsystemd/src/sd-device/device-private.h
index d6add2f7b2..29b3e155fb 100644
--- a/src/libsystemd/src/sd-device/device-private.h
+++ b/src/libsystemd/src/sd-device/device-private.h
@@ -23,7 +23,7 @@
#include <stdbool.h>
#include <sys/types.h>
-#include <systemd/sd-device.h>
+#include "sd-device.h"
int device_new_from_nulstr(sd_device **ret, uint8_t *nulstr, size_t len);
int device_new_from_strv(sd_device **ret, char **strv);