diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 00:22:19 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 00:22:19 -0400 |
commit | e54cedc3b972afba1f25875c194afda8a9efc084 (patch) | |
tree | 8328229cdd0371b9180981f0b37c30c184c2eaf0 /src/libsystemd-network/sd-lldp.c | |
parent | 511cfa23b82a3afe14d3999bcb910b2eb1e366f4 (diff) |
./move.sh
Diffstat (limited to 'src/libsystemd-network/sd-lldp.c')
-rw-r--r-- | src/libsystemd-network/sd-lldp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/sd-lldp.c b/src/libsystemd-network/sd-lldp.c index 9d4587c80e..5a7380cd3f 100644 --- a/src/libsystemd-network/sd-lldp.c +++ b/src/libsystemd-network/sd-lldp.c @@ -20,7 +20,7 @@ #include <arpa/inet.h> -#include "sd-lldp.h" +#include <systemd/sd-lldp.h> #include "alloc-util.h" #include "fd-util.h" |