tests/viriscsitest.c:27:12: error: 'EXIT_AM_SKIP' undeclared
(first use in this function)
---
Pushed as a build breaker fix.
tests/viriscsitest.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/viriscsitest.c b/tests/viriscsitest.c
index 65de954..ebe830a 100644
--- a/tests/viriscsitest.c
+++ b/tests/viriscsitest.c
@@ -20,6 +20,8 @@
#include <config.h>
+#include "testutils.h"
+
#ifdef WIN32
int
main(void)
@@ -29,7 +31,6 @@ main(void)
#else
# define __VIR_COMMAND_PRIV_H_ALLOW__
-# include "testutils.h"
# include "vircommandpriv.h"
# include "viriscsi.h"
--
1.8.3.2