build: add helper/types.h to config.h
[fw/openocd] / src / target / algorithm.c
index 76cf48bc589ffec25651ea9d56017518ae3d609a..071414491caf5c3ddd69110578934ef8b4cd0ee0 100644 (file)
  *   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 "binarybuffer.h"
-
+#include <helper/binarybuffer.h>
 
 void init_mem_param(struct mem_param *param, uint32_t address, uint32_t size, enum param_direction direction)
 {