Skip to content
Snippets Groups Projects
Commit abbd2b62 authored by ntfreak's avatar ntfreak
Browse files

- 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
parent 54b76e98
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,10 @@
***************************************************************************/
#ifndef TYPES_H
#define TYPES_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifndef u8
typedef unsigned char u8;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment