diff options
Diffstat (limited to 'ethereum')
-rw-r--r-- | ethereum/repl/repl_darwin.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethereum/repl/repl_darwin.go b/ethereum/repl/repl_darwin.go index 2a53e5fc6..ba7dae996 100644 --- a/ethereum/repl/repl_darwin.go +++ b/ethereum/repl/repl_darwin.go @@ -9,6 +9,7 @@ package ethrepl // #include <readline/history.h> import "C" import ( + "fmt" "os" "os/signal" "strings" |