summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-07-10 21:15:26 +0200
committerLennart Poettering <lennart@poettering.net>2014-07-10 21:15:26 +0200
commit3b653205cf7bd3851befd0a9f6a3ded6e267c173 (patch)
tree1beb295a6455299a922d5cc9b4da2b44ed386890 /src/network
parente80af1bdddbc7a51191e29b0c841e8dcafe7b1cc (diff)
shared: split out in_addr related calls from socket-util.[ch] into its private in-addr-util.[ch]
These are enough calls for a new file, and they are sufficiently different from the sockaddr-related calls, hence let's split this out.
Diffstat (limited to 'src/network')
-rw-r--r--src/network/networkd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd.h b/src/network/networkd.h
index b9c5eee54..c39d2213f 100644
--- a/src/network/networkd.h
+++ b/src/network/networkd.h
@@ -38,7 +38,7 @@
#include "list.h"
#include "set.h"
#include "condition-util.h"
-#include "socket-util.h"
+#include "in-addr-util.h"
#define CACHE_INFO_INFINITY_LIFE_TIME 0xFFFFFFFFU
#define VXLAN_VID_MAX (1u << 24) - 1