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
This commit is contained in:
zwelch 2009-05-13 10:50:32 +00:00
parent 709fd9d6b4
commit 9c2468eee4

View File

@ -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>