change #include "log.h" to <helper/log.h>
[fw/openocd] / src / pld / xilinx_bit.c
index 33c3ed79b7b24940c8dd4e85b74d1bee6d8fc6cd..1ae1ea8df689ae7277d46510e1e083c0c8e9a648 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "xilinx_bit.h"
 #include "pld.h"
-#include "log.h"
+#include <helper/log.h>
 
 #include <sys/stat.h>
 
@@ -75,7 +75,7 @@ static int read_section(FILE *input_file, int length_size, char section,
        return ERROR_OK;
 }
 
-int xilinx_read_bit_file(xilinx_bit_file_t *bit_file, const char *filename)
+int xilinx_read_bit_file(struct xilinx_bit_file *bit_file, const char *filename)
 {
        FILE *input_file;
        struct stat input_stat;