From 4b97f3cbb9603c13f69f8d3b5371c12045593126 Mon Sep 17 00:00:00 2001 From: ntfreak Date: Sat, 16 Jun 2007 14:45:55 +0000 Subject: - added mingw elf patches from Vincent Palatin - added str9x programming using flash controller tap (str9xpec), including option bytes and device lock/unlock - inttypes.h now used for long long printf style declarations git-svn-id: svn://svn.berlios.de/openocd/trunk@174 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/time_support.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/helper/time_support.c') diff --git a/src/helper/time_support.c b/src/helper/time_support.c index 9615817f..de48fce8 100644 --- a/src/helper/time_support.c +++ b/src/helper/time_support.c @@ -21,6 +21,7 @@ #include "config.h" #endif +#include "replacements.h" #include "time_support.h" #include "log.h" -- cgit v1.2.3