change #include "types.h" to <helper/types.h>
[fw/openocd] / src / helper / command.h
index 8beeb7244bb57486482464111e58919fe12d202a..55046085dea8885beb058abd0ac7ea6a58fda4c6 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef COMMAND_H
 #define COMMAND_H
 
-#include "types.h"
+#include <helper/types.h>
 
 /* Integrate the JIM TCL interpretor into the command processing. */
 #if BUILD_ECOSBOARD