From 9c2468eee40b4b1ca731f15302d6e63b0849aeba Mon Sep 17 00:00:00 2001 From: zwelch Date: Wed, 13 May 2009 10:50:32 +0000 Subject: 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 --- src/helper/command.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 -- cgit v1.2.3