Skip to content
Snippets Groups Projects
Commit e8ba53ef authored by zwelch's avatar zwelch
Browse files

Oyvind Harboe <oyvind.harboe@zylin.com>:

Ecos uses sys/types.h not stdint.h.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2286 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 592e0806
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
typedef struct jtag_tap_s jtag_tap_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment