change #include "log.h" to <helper/log.h>
[fw/openocd] / src / flash / mflash.c
index 72faae224123a10c6ea7d5424175afc5841abf14..43d8ddd326b3c68fdc0264da570c59114fe2e093 100644 (file)
@@ -25,7 +25,7 @@
 #include "target.h"
 #include "time_support.h"
 #include <helper/fileio.h>
-#include "log.h"
+#include <helper/log.h>
 
 
 static int s3c2440_set_gpio_to_output (struct mflash_gpio_num gpio);