diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-07-10 21:15:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-07-10 21:15:26 +0200 |
commit | 3b653205cf7bd3851befd0a9f6a3ded6e267c173 (patch) | |
tree | 1beb295a6455299a922d5cc9b4da2b44ed386890 /src/libsystemd | |
parent | e80af1bdddbc7a51191e29b0c841e8dcafe7b1cc (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/libsystemd')
-rw-r--r-- | src/libsystemd/sd-rtnl/local-addresses.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-rtnl/local-addresses.h b/src/libsystemd/sd-rtnl/local-addresses.h index cc26fc479b..d3dff8b8b0 100644 --- a/src/libsystemd/sd-rtnl/local-addresses.h +++ b/src/libsystemd/sd-rtnl/local-addresses.h @@ -26,7 +26,7 @@ #include <assert.h> #include <sys/socket.h> -#include "socket-util.h" +#include "in-addr-util.h" struct local_address { int ifindex; |