summaryrefslogtreecommitdiff
path: root/src/libsystemd
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-04-14 16:25:06 +0200
committerSven Eden <yamakuzure@gmx.net>2017-03-14 08:05:20 +0100
commita371371ecfa52a61938b598f86db55acd596cf1e (patch)
tree77c29b7727d4fe5c9f55277c817be5e8d0f1eb2a /src/libsystemd
parenta04d70ee829285fff6d55e90ad155537daaad431 (diff)
libudev: make libudev-enumerate a thin wrapper around sd-device
Diffstat (limited to 'src/libsystemd')
-rw-r--r--src/libsystemd/sd-device/device-enumerator-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-device/device-enumerator-private.h b/src/libsystemd/sd-device/device-enumerator-private.h
index 515a60da2..b4c15326a 100644
--- a/src/libsystemd/sd-device/device-enumerator-private.h
+++ b/src/libsystemd/sd-device/device-enumerator-private.h
@@ -21,6 +21,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include "libudev-private.h"
#include "sd-device.h"
int device_enumerator_scan_devices(sd_device_enumerator *enumeartor);