summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-hwdb/sd-hwdb.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-09-18 13:37:51 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-09-19 16:52:59 +0900
commit73c63957d2319f765e02ed7fe35453e94c3777ac (patch)
tree4d98ca9a55b19a21d40d5940caa2375061f5ba6b /src/libsystemd/sd-hwdb/sd-hwdb.c
parent4d7783e93795f6fa247423bb8f57f2b951666124 (diff)
downloadsystemd-73c63957d2319f765e02ed7fe35453e94c3777ac.tar.gz
sd-hwdb: adjust included headers
Diffstat (limited to 'src/libsystemd/sd-hwdb/sd-hwdb.c')
-rw-r--r--src/libsystemd/sd-hwdb/sd-hwdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-hwdb/sd-hwdb.c b/src/libsystemd/sd-hwdb/sd-hwdb.c
index 371dac5308..2bbbbd03e2 100644
--- a/src/libsystemd/sd-hwdb/sd-hwdb.c
+++ b/src/libsystemd/sd-hwdb/sd-hwdb.c
@@ -20,6 +20,7 @@
#include "hwdb-util.h"
#include "refcnt.h"
#include "string-util.h"
+#include "util.h"
struct sd_hwdb {
RefCount n_ref;