From b499b5cbd2337382142e5d532c370599fa35f865 Mon Sep 17 00:00:00 2001 From: drath Date: Fri, 10 Aug 2007 20:21:35 +0000 Subject: - changed mingw host detection to *-mingw instead of *-*-mingw to work with i586-mingw32msvc-gcc - add replacements.h to log.h to make sure ERROR is undefined on windows git-svn-id: svn://svn.berlios.de/openocd/trunk@191 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/helper/log.h') diff --git a/src/helper/log.h b/src/helper/log.h index 6988bfcb..6e799ad3 100644 --- a/src/helper/log.h +++ b/src/helper/log.h @@ -20,6 +20,7 @@ #ifndef ERROR_H #define ERROR_H +#include "replacements.h" #include "command.h" #include -- cgit v1.2.3