ARM: cygwin complile fixes
[fw/openocd] / src / target / oocd_trace.h
index 49b4b890188ed5fcad146d73599abfc2811eb0d8..7c334f248d6d53aed929f6bf24575dbd62a7076a 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef OOCD_TRACE_H
 #define OOCD_TRACE_H
 
-#include "etm.h"
+#include <target/etm.h>
 
 #include <termios.h>
 
@@ -48,7 +48,7 @@ enum
 
 struct oocd_trace
 {
-       etm_context_t *etm_ctx;
+       struct etm_context *etm_ctx;
        char *tty;
        int tty_fd;
        struct termios oldtio, newtio;