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
This commit is contained in:
parent
592e080690
commit
e8ba53ef6f
|
@ -26,7 +26,9 @@
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_STDINT_H
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct jtag_tap_s jtag_tap_t;
|
typedef struct jtag_tap_s jtag_tap_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue