X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fimage.h;h=07931472ec525a7e990ec4aa51fcecf4921fe605;hp=7aa119caa55b25c7bc9b20a7d04ae8ed3fa61ad9;hb=4b97f3cbb9603c13f69f8d3b5371c12045593126;hpb=3d026ce94393e5e53cccb5d5364f9d500d5b3733 diff --git a/src/target/image.h b/src/target/image.h index 7aa119caa5..07931472ec 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 +#endif +#include "replacements.h" #include "fileio.h" #include "target.h"