m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 15:23:48 -05:00

Fix compilation error of Windows binary

This commit is contained in:
Junegunn Choi
2017-10-15 18:32:59 +09:00
parent 6ae085f974
commit 438f6c96cd

View File

@@ -3,6 +3,7 @@
package util
import (
"fmt"
"os"
"os/exec"
"syscall"