mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 13:02:18 +10:00
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
|
||||
#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
Block a user