diff options
author | Tom Gundersen <teg@jklm.no> | 2014-05-18 22:02:42 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-05-19 18:14:56 +0200 |
commit | 09bee74d7a5f266b175baa19892fa84a9da51d7f (patch) | |
tree | 75c11ceda996f9a098461ef41b0ee1de045d1ce2 /src/libsystemd-network/dhcp-lease-internal.h | |
parent | a077b666cb883213fd85be21b518c2de54cb70b1 (diff) |
sd-dhcp-lease: move in_addr (de)serialization to shared network code
Diffstat (limited to 'src/libsystemd-network/dhcp-lease-internal.h')
-rw-r--r-- | src/libsystemd-network/dhcp-lease-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-network/dhcp-lease-internal.h b/src/libsystemd-network/dhcp-lease-internal.h index ba2fd73b45..297bacbb78 100644 --- a/src/libsystemd-network/dhcp-lease-internal.h +++ b/src/libsystemd-network/dhcp-lease-internal.h @@ -26,6 +26,7 @@ #include <linux/if_packet.h> #include "refcnt.h" +#include "util.h" #include "dhcp-protocol.h" |