Browse Source

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
tags/v0.2.0
zwelch 15 years ago
parent
commit
9c2468eee4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/helper/command.h

+ 2
- 0
src/helper/command.h 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>


Loading…
Cancel
Save