- 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
This commit is contained in:
parent
54b76e98af
commit
abbd2b62ad
|
@ -20,7 +20,9 @@
|
||||||
#ifndef TYPES_H
|
#ifndef TYPES_H
|
||||||
#define TYPES_H
|
#define TYPES_H
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef u8
|
#ifndef u8
|
||||||
typedef unsigned char u8;
|
typedef unsigned char u8;
|
||||||
|
|
Loading…
Reference in New Issue