summaryrefslogtreecommitdiff
path: root/src/network/network-util.h
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-03-21 21:38:14 +0100
committerTom Gundersen <teg@jklm.no>2014-03-21 21:54:37 +0100
commitc6f7c917a1b494d4455800823472227463f87438 (patch)
tree9264e6f450575faad26deec8da0a0c6e630f5740 /src/network/network-util.h
parentb5db00e52ee2e20578839e4e4488f7b9af9abc38 (diff)
libsystemd-network: move network-utils from src/shared
This does not belong in shared as it is mostly a detail of our networking subsystem. Moreover, now we can use libudev here, which will simplify things.
Diffstat (limited to 'src/network/network-util.h')
-rw-r--r--src/network/network-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/network-util.h b/src/network/network-util.h
index 9979e6d906..139efc7677 100644
--- a/src/network/network-util.h
+++ b/src/network/network-util.h
@@ -22,6 +22,7 @@
***/
#include "util.h"
+#include "sd-network.h"
DEFINE_TRIVIAL_CLEANUP_FUNC(sd_network_monitor*, sd_network_monitor_unref);