]> git.sur5r.net Git - openocd/commitdiff
C99 Type updates, include inttypes.h - it is catagorically required
authorduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 21 Jun 2009 02:59:39 +0000 (02:59 +0000)
committerduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sun, 21 Jun 2009 02:59:39 +0000 (02:59 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2296 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/helper/types.h

index 11b97f61e9f0b8f9b488b2732ac0ae10006602fd..b32850ccc41a7bd253c24b4aa6dbe231b805855c 100644 (file)
@@ -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;