summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-hwdb.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-11-16 11:44:17 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-11-20 14:38:35 +0900
commit5ea78a39e5894297d59ea75b30e250d24bbfc6aa (patch)
tree585f73773786df0c3cbd13fd62d3516bee26a674 /src/libudev/libudev-hwdb.c
parent170e4380b60cd7911fe72d62ca78445c917967cb (diff)
downloadsystemd-5ea78a39e5894297d59ea75b30e250d24bbfc6aa.tar.gz
libudev-list: move libudev-list related definitions to libudev-list-internal.h
This also rename libudev-private.h to libudev-util.h, and cleanups several unnecessary headers from udev.h and libudev-util.h
Diffstat (limited to 'src/libudev/libudev-hwdb.c')
-rw-r--r--src/libudev/libudev-hwdb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libudev/libudev-hwdb.c b/src/libudev/libudev-hwdb.c
index efb76a3f02..33c042c02b 100644
--- a/src/libudev/libudev-hwdb.c
+++ b/src/libudev/libudev-hwdb.c
@@ -1,10 +1,12 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
+#include <errno.h>
+
#include "sd-hwdb.h"
#include "alloc-util.h"
#include "hwdb-util.h"
-#include "libudev-private.h"
+#include "libudev-list-internal.h"
/**
* SECTION:libudev-hwdb