From: zwelch Date: Wed, 13 May 2009 10:50:32 +0000 (+0000) Subject: Include types.h in command.h to make stdint.h available through it. X-Git-Tag: v0.2.0~734 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=9c2468eee40b4b1ca731f15302d6e63b0849aeba 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 --- diff --git a/src/helper/command.h b/src/helper/command.h index 5fc0a283ea..07f3c29906 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