瀏覽代碼

Fix build on FreeBSD

DarthSim 1 年之前
父節點
當前提交
e23537441e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      reuseport/listen_no_reuseport.go

+ 2 - 0
reuseport/listen_no_reuseport.go

@@ -6,6 +6,8 @@ package reuseport
 import (
 	"net"
 
+	log "github.com/sirupsen/logrus"
+
 	"github.com/imgproxy/imgproxy/v3/config"
 )