[service] Fix windows build

This commit is contained in:
Daniel 2024-08-21 15:00:29 +02:00
parent 69432d0e48
commit b7ec90e2c5

View file

@ -11,7 +11,7 @@ import (
"syscall"
"time"
"github.com/safing/portbase/log"
"github.com/safing/portmaster/base/log"
"golang.org/x/sys/windows"
)