Merge pull request #4401 from MichaelEischer/fix-windows-build

fuse: fix windows build
This commit is contained in:
Michael Eischer 2023-07-08 23:01:22 +02:00 committed by GitHub
commit 170e495334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
//go:build darwin || freebsd || linux
// +build darwin freebsd linux
package fuse
import (