summaryrefslogtreecommitdiff
path: root/src/helper
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-13 10:50:32 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-13 10:50:32 +0000
commit9c2468eee40b4b1ca731f15302d6e63b0849aeba (patch)
treeae467a22f47e90089735f71d193d0adf7e6dd465 /src/helper
parent709fd9d6b4791f0d0f5a08feac27424c62d91785 (diff)
downloadopenocd+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/helper')
-rw-r--r--src/helper/command.h2
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>