Browse Source

- fix build issues when not using autoconf/automake to build

git-svn-id: svn://svn.berlios.de/openocd/trunk@193 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
ntfreak 16 years ago
parent
commit
abbd2b62ad
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/helper/types.h

+ 3
- 1
src/helper/types.h View File

@@ -19,8 +19,10 @@
***************************************************************************/
#ifndef TYPES_H
#define TYPES_H

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifndef u8
typedef unsigned char u8;


Loading…
Cancel
Save