Include <inttypes.h> from "types.h".
---
 types.h |    3 +++
 1 file changed, 3 insertions(+)
Include <inttypes.h> from "types.h".
---
 types.h |    3 +++
 1 file changed, 3 insertions(+)
======
only in patch2:
unchanged:
--- src/helper/types.h	(revision 2292)
+++ src/helper/types.h	(working copy)
@@ -29,6 +29,9 @@
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
 
 typedef struct jtag_tap_s jtag_tap_t;
 
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to