Roman Bogorodskiy wrote:
diff --git a/src/util/virnetdevtap.c b/src/util/virnetdevtap.c
index bd00c28..6ecc1d6 100644
--- a/src/util/virnetdevtap.c
+++ b/src/util/virnetdevtap.c
@@ -22,7 +22,6 @@
#include <config.h>
-#include <fcntl.h>
#include <sys/types.h>
#include <dirent.h>
diff --git a/tests/Makefile.am b/tests/Makefile.am
Ah, I've just noticed that it should not have been added in the first
patch of the series in the first place. I will not re-send v3 just
because of that though and will wait for other comments first.
Roman Bogorodskiy