aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index 46163fd..e1ed837 100644
--- a/src/command.c
+++ b/src/command.c
@@ -35,6 +35,10 @@
#include "adiv5.h"
+#ifdef PLATFORM_HAS_TRACESWO
+# include "traceswo.h"
+#endif
+
static bool cmd_version(void);
static bool cmd_help(target *t);