aboutsummaryrefslogtreecommitdiff
path: root/spike_dasm
diff options
context:
space:
mode:
Diffstat (limited to 'spike_dasm')
-rw-r--r--spike_dasm/spike-dasm.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/spike_dasm/spike-dasm.cc b/spike_dasm/spike-dasm.cc
index 62e7212..3e42df5 100644
--- a/spike_dasm/spike-dasm.cc
+++ b/spike_dasm/spike-dasm.cc
@@ -6,6 +6,7 @@
// enclosed hexadecimal number, interpreted as a RISC-V
// instruction.
+#include "config.h"
#include "disasm.h"
#include "extension.h"
#include <iostream>