summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2019-11-24 18:16:46 +0800
committerJohn Hodge <tpg@ucc.asn.au>2019-11-24 18:16:46 +0800
commit0c09aba4b978d5886f67d8745742aa2c8b545313 (patch)
treefc1eac9a665b65ce802129a1692caabf6b1ad9c5
parent24a938e90bea5f54235ee938b684f090b2bf61ee (diff)
downloadmrust-0c09aba4b978d5886f67d8745742aa2c8b545313.tar.gz
debug - Fix compilation failure on linux
-rw-r--r--src/debug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 81bb0688..49d42e62 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -11,6 +11,7 @@
#include <iostream>
#include <iomanip>
#include <common.hpp> // FmtEscaped
+#include <cstring> // strchr
int g_debug_indent_level = 0;