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:
parent
709fd9d6b4
commit
9c2468eee4
|
@ -23,6 +23,8 @@
|
||||||
#ifndef COMMAND_H
|
#ifndef COMMAND_H
|
||||||
#define COMMAND_H
|
#define COMMAND_H
|
||||||
|
|
||||||
|
#include "types.h"
|
||||||
|
|
||||||
/* Integrate the JIM TCL interpretor into the command processing. */
|
/* Integrate the JIM TCL interpretor into the command processing. */
|
||||||
#if BUILD_ECOSBOARD
|
#if BUILD_ECOSBOARD
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue