Skip to content

Commit

Permalink
*: fix build on Windows (#13650)
Browse files Browse the repository at this point in the history
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
  • Loading branch information
jackysp authored Nov 21, 2019
1 parent 39b8370 commit 4724ab8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/signal/signal_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
package signal

import (
"context"
"os"
"os/signal"
"syscall"

"github.com/pingcap/tidb/util/logutil"
"go.uber.org/zap"
)

Expand Down

0 comments on commit 4724ab8

Please sign in to comment.