summaryrefslogtreecommitdiffstats
path: root/tester/covoar/TraceConverter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/TraceConverter.cc')
-rw-r--r--tester/covoar/TraceConverter.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tester/covoar/TraceConverter.cc b/tester/covoar/TraceConverter.cc
index 22b0f81..86bc6c1 100644
--- a/tester/covoar/TraceConverter.cc
+++ b/tester/covoar/TraceConverter.cc
@@ -24,6 +24,10 @@
#include "rld.h"
#include "rld-process.h"
+#ifdef _WIN32
+ #define kill(p,s) raise(s)
+#endif
+
char* progname;
void usage()