diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-12-02 20:15:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-12-02 20:15:34 +0100 |
commit | 1eb30a4c5c14a3aa11eeb8bbee6e0fcef7eaee29 (patch) | |
tree | 9b4160bfbeabd669a7eef32b8e4cf45d79fe2b2f /src/basic/virt.c | |
parent | 375f1b0491568fc4e31fee95364d7c855371167e (diff) | |
parent | b3aa622929f81b44974d182636b1fde8b2a506e5 (diff) |
Merge pull request #2084 from keszybz/ppc64-fixes-2
Test fixes to run in ppc64 mock
Diffstat (limited to 'src/basic/virt.c')
-rw-r--r-- | src/basic/virt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/virt.c b/src/basic/virt.c index d5132d1cee..0ffc2769d2 100644 --- a/src/basic/virt.c +++ b/src/basic/virt.c @@ -26,6 +26,8 @@ #include <unistd.h> #include "alloc-util.h" +#include "dirent-util.h" +#include "fd-util.h" #include "fileio.h" #include "macro.h" #include "process-util.h" |