src/helper: usage/help updates
[fw/openocd] / src / helper / log.h
index f2d19d16b13531152a7a8983a4cc02880e962bb3..ebcb8a158ec27854e56a27eabf0297deb7fcd05c 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef ERROR_H
 #define ERROR_H
 
-#include "command.h"
+#include <helper/command.h>
 
 /* To achieve C99 printf compatibility in MinGW, gnu_printf should be
  * used for __attribute__((format( ... ))), with GCC v4.4 or later