summaryrefslogtreecommitdiff
path: root/src/helper/log.h
diff options
context:
space:
mode:
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-08-10 20:21:35 +0000
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-08-10 20:21:35 +0000
commitb499b5cbd2337382142e5d532c370599fa35f865 (patch)
tree36a0ceb5e386b0130fe330915d4bdf6713eb8cfd /src/helper/log.h
parent20e4e77cdf366dedac21ff5670c54291feadfc05 (diff)
downloadopenocd+libswd-b499b5cbd2337382142e5d532c370599fa35f865.tar.gz
openocd+libswd-b499b5cbd2337382142e5d532c370599fa35f865.tar.bz2
openocd+libswd-b499b5cbd2337382142e5d532c370599fa35f865.tar.xz
openocd+libswd-b499b5cbd2337382142e5d532c370599fa35f865.zip
- 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
Diffstat (limited to 'src/helper/log.h')
-rw-r--r--src/helper/log.h1
1 files changed, 1 insertions, 0 deletions
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 <stdarg.h>