diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-02 17:54:39 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-02 17:54:39 -0400 |
commit | 01a67dbfc491832def1ba8a2c3e7cda228e6f7c2 (patch) | |
tree | e5a25487d4ec161ed7e83754710ba8f83ec355f1 /src/grp-machine/grp-import/systemd-pull | |
parent | d7efceae3181337f25c8ef992923ae172b28b277 (diff) |
./fixup.sh
Diffstat (limited to 'src/grp-machine/grp-import/systemd-pull')
-rw-r--r-- | src/grp-machine/grp-import/systemd-pull/pull-raw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-machine/grp-import/systemd-pull/pull-raw.c b/src/grp-machine/grp-import/systemd-pull/pull-raw.c index acf26567d3..59257d6a0c 100644 --- a/src/grp-machine/grp-import/systemd-pull/pull-raw.c +++ b/src/grp-machine/grp-import/systemd-pull/pull-raw.c @@ -18,9 +18,10 @@ ***/ #include <curl/curl.h> -#include <linux/fs.h> #include <sys/xattr.h> +#include <linux/fs.h> + #include <systemd/sd-daemon.h> #include "basic/alloc-util.h" |