command: capture command now handles both types commands
[fw/openocd] / src / helper / configuration.h
index ce9159c3d709b4eed15adee37079baef64d3c77e..caa80eec59edcf07d8c70d616a4c4ba6295bfb66 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef CONFIGURATION_H
 #define CONFIGURATION_H
 
-#include "command.h"
+#include <helper/command.h>
 
 int parse_cmdline_args(struct command_context *cmd_ctx,
                int argc, char *argv[]);