X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Falgorithm.c;h=c5ee470857f1274195ddb8b31bc86047814eb8fb;hp=fdebfc58b6b3a832f7799f94a2a73bd316d63cd8;hb=82d2633b5f550115e9e7c7d0520babb6680aa38f;hpb=1960973baf8022b4525e3ac94aed8dace7f9b478 diff --git a/src/target/algorithm.c b/src/target/algorithm.c index fdebfc58b6..c5ee470857 100644 --- a/src/target/algorithm.c +++ b/src/target/algorithm.c @@ -17,7 +17,10 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif + #include "algorithm.h" #include "log.h"