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__archive__
parent
709fd9d6b4
commit
9c2468eee4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue