This is an automated email from Gerrit. Alamy Liu ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3332
-- gerrit commit b60056fe3a9ea7d41b8a252e1ca709b4334e6127 Author: Alamy Liu <[email protected]> Date: Tue Dec 1 10:49:45 2015 -0800 (merge): 0f6629c4a: 64-bit: use uint64_t(uintmax_t)... Change-Id: I80c53a96889a8f398eced0667764c1989a36a6f9 Signed-off-by: Alamy Liu <[email protected]> diff --git a/src/target/target_type64.h b/src/target/target_type64.h index 66c3fb0..8f5dd37 100644 --- a/src/target/target_type64.h +++ b/src/target/target_type64.h @@ -22,6 +22,7 @@ #define __TARGET_TYPE_64_H_ #include <jim-nvp.h> +#include "target.h" struct target; -- ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
