diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-13 10:50:32 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-13 10:50:32 +0000 |
commit | 9c2468eee40b4b1ca731f15302d6e63b0849aeba (patch) | |
tree | ae467a22f47e90089735f71d193d0adf7e6dd465 /src | |
parent | 709fd9d6b4791f0d0f5a08feac27424c62d91785 (diff) | |
download | openocd+libswd-9c2468eee40b4b1ca731f15302d6e63b0849aeba.tar.gz openocd+libswd-9c2468eee40b4b1ca731f15302d6e63b0849aeba.tar.bz2 openocd+libswd-9c2468eee40b4b1ca731f15302d6e63b0849aeba.tar.xz openocd+libswd-9c2468eee40b4b1ca731f15302d6e63b0849aeba.zip |
Include types.h in command.h to make stdint.h available through it.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1775 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/helper/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/command.h b/src/helper/command.h index 5fc0a283..07f3c299 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -23,6 +23,8 @@ #ifndef COMMAND_H #define COMMAND_H +#include "types.h" + /* Integrate the JIM TCL interpretor into the command processing. */ #if BUILD_ECOSBOARD #include <stdio.h> |