summaryrefslogtreecommitdiffstats
path: root/tests/test.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-12-05 10:22:03 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-06 20:30:34 +0100
commit4e9a5dc18988790284a8ea66742338f4662c508c (patch)
tree5a56b6ff5ea3ec62b02a3b977d97d2a0afe07551 /tests/test.h
parent1222609fc5d9c980c1da9fb839f86455047c7c91 (diff)
downloadmsitools-4e9a5dc18988790284a8ea66742338f4662c508c.tar.gz
msitools-4e9a5dc18988790284a8ea66742338f4662c508c.tar.xz
msitools-4e9a5dc18988790284a8ea66742338f4662c508c.zip
eliminate Windows dependencies
Diffstat (limited to 'tests/test.h')
-rw-r--r--tests/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.h b/tests/test.h
index 72234df..3085f89 100644
--- a/tests/test.h
+++ b/tests/test.h
@@ -1,6 +1,6 @@
#include <stdarg.h>
#include <stdbool.h>
-#include "debug.h"
+#include <stdio.h>
#define todo_wine if(0)