summaryrefslogtreecommitdiff
path: root/src/target/image.h
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-06-16 14:45:55 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-06-16 14:45:55 +0000
commit4b97f3cbb9603c13f69f8d3b5371c12045593126 (patch)
treec08fe66aa95fc2aac51a1bdf34cf5f4882dfe65b /src/target/image.h
parent3d026ce94393e5e53cccb5d5364f9d500d5b3733 (diff)
downloadopenocd+libswd-4b97f3cbb9603c13f69f8d3b5371c12045593126.tar.gz
openocd+libswd-4b97f3cbb9603c13f69f8d3b5371c12045593126.tar.bz2
openocd+libswd-4b97f3cbb9603c13f69f8d3b5371c12045593126.tar.xz
openocd+libswd-4b97f3cbb9603c13f69f8d3b5371c12045593126.zip
- 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
Diffstat (limited to 'src/target/image.h')
-rw-r--r--src/target/image.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/target/image.h b/src/target/image.h
index 7aa119ca..07931472 100644
--- a/src/target/image.h
+++ b/src/target/image.h
@@ -20,7 +20,14 @@
#ifndef IMAGE_H
#define IMAGE_H
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#ifdef HAVE_ELF_H
#include <elf.h>
+#endif
+#include "replacements.h"
#include "fileio.h"
#include "target.h"