change #include "types.h" to <helper/types.h>
[fw/openocd] / src / jtag / drivers / usb_common.h
index da395addc7cc8ccad00ab6812bb716a488f0431f..32d3548d765bcefb0d927450c03dd90c209c29d9 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef JTAG_USB_COMMON_H
 #define JTAG_USB_COMMON_H
 
-#include "types.h"
+#include <helper/types.h>
 
 #include <usb.h>