From: ntfreak Date: Mon, 13 Aug 2007 12:51:31 +0000 (+0000) Subject: - fix build issues when not using autoconf/automake to build X-Git-Tag: v0.1.0~1086 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=abbd2b62ad445d4056567e2573416498a55da9af;p=openocd - 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 --- diff --git a/src/helper/types.h b/src/helper/types.h index a68c301e..027615e4 100644 --- a/src/helper/types.h +++ b/src/helper/types.h @@ -19,8 +19,10 @@ ***************************************************************************/ #ifndef TYPES_H #define TYPES_H - + +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #ifndef u8 typedef unsigned char u8;