diff --git a/qrexec-lib/copy-file.c b/qrexec-lib/copy-file.c index 9c1111f..7231bc3 100644 --- a/qrexec-lib/copy-file.c +++ b/qrexec-lib/copy-file.c @@ -1,5 +1,5 @@ #include -#include +#include "ioall.h" #include "libqubes-rpc-filecopy.h" #include "crc32.h" diff --git a/qrexec-lib/unpack.c b/qrexec-lib/unpack.c index 3f548da..4d3acf5 100644 --- a/qrexec-lib/unpack.c +++ b/qrexec-lib/unpack.c @@ -1,6 +1,5 @@ #define _GNU_SOURCE /* For O_NOFOLLOW. */ #include -#include #include #include #include @@ -10,6 +9,7 @@ #include #include #include "libqubes-rpc-filecopy.h" +#include "ioall.h" #include "crc32.h" char untrusted_namebuf[MAX_PATH_LENGTH];