aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
diff options
context:
space:
mode:
authorGareth McMullin2013-04-16 12:36:19 -0700
committerGareth McMullin2013-04-16 12:36:19 -0700
commit89b908337dd785f888646aa7036c708d763f7df7 (patch)
treecc9a7e9a4c80b3bd173a040007185265933f884d /src/command.c
parent67a96410e39933bb6c5293444bd69df57af6be9a (diff)
Add missing #includes
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);