First step in hiding target_type_s from public interface:
[fw/openocd] / src / target / target.c
index 04d162b5c7fe23250d05a9da2ce94daa559f005d..d06c317e830d349fe7dc56398fe2e245b6cb4e96 100644 (file)
@@ -33,6 +33,8 @@
 #include "config.h"
 #endif
 
+#define DEFINE_TARGET_TYPE_S
+
 #include "target.h"
 #include "target_request.h"
 #include "time_support.h"