summaryrefslogtreecommitdiffstats
path: root/src/udev
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-13 11:35:47 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-13 12:16:43 +0100
commiteefc66aa8f77c96a13a78d6c40c79ed7f3d6dc9d (patch)
tree55bd4702164ad100f916a91fe08a0e1d52777d7b /src/udev
parentutil: split out namespace related stuff into a new namespace-util.[ch] pair (diff)
downloadsystemd-eefc66aa8f77c96a13a78d6c40c79ed7f3d6dc9d.tar.xz
systemd-eefc66aa8f77c96a13a78d6c40c79ed7f3d6dc9d.zip
util: split out some stuff into a new file limits-util.[ch]
Diffstat (limited to '')
-rw-r--r--src/udev/udevd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index 0da82dca55..eab2b46250 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -46,6 +46,7 @@
#include "hashmap.h"
#include "io-util.h"
#include "libudev-device-internal.h"
+#include "limits-util.h"
#include "list.h"
#include "main-func.h"
#include "mkdir.h"