diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-12 16:19:03 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-12 16:19:03 -0400 |
commit | 5688e8a9c2cc355f60a52a3a89f562ce26b3e075 (patch) | |
tree | ddd2d8c9435ac78b5dce2aefd93dcd7570c7e6da /src/network/networkd-wait-online.c | |
parent | 4ac943d19fae61625fe6234af1e6052040073e24 (diff) |
./move.sh
Diffstat (limited to 'src/network/networkd-wait-online.c')
-rw-r--r-- | src/network/networkd-wait-online.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-wait-online.c b/src/network/networkd-wait-online.c index 3220c4b7ef..a08272463e 100644 --- a/src/network/networkd-wait-online.c +++ b/src/network/networkd-wait-online.c @@ -20,7 +20,7 @@ #include <getopt.h> -#include "sd-daemon.h" +#include <systemd/sd-daemon.h> #include "networkd-wait-online.h" #include "signal-util.h" |