summaryrefslogtreecommitdiff
path: root/src/udev/udevadm-hwdb.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 18:05:03 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:55 +0100
commit0d39fa9c69b97a2ceb156053deef69c0866c2b97 (patch)
treeffab9cf2924c42030cc235cdb1701cfe954958e7 /src/udev/udevadm-hwdb.c
parent5f311f8c0e51e2f13773823feb6a71f7c6f2838c (diff)
downloadsystemd-0d39fa9c69b97a2ceb156053deef69c0866c2b97.tar.gz
util-lib: move more file I/O related calls into fileio.[ch]
Diffstat (limited to 'src/udev/udevadm-hwdb.c')
-rw-r--r--src/udev/udevadm-hwdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udev/udevadm-hwdb.c b/src/udev/udevadm-hwdb.c
index f9509ad640..69aff7b579 100644
--- a/src/udev/udevadm-hwdb.c
+++ b/src/udev/udevadm-hwdb.c
@@ -23,6 +23,7 @@
#include <string.h>
#include "conf-files.h"
+#include "fileio.h"
#include "hwdb-internal.h"
#include "hwdb-util.h"
#include "strbuf.h"