Skip to content

Commit

Permalink
internal/backend: fix build on freebsd
Browse files Browse the repository at this point in the history
Closes #1739.
  • Loading branch information
fsouza committed Sep 22, 2024
1 parent d747f8e commit 4e9c060
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build darwin || freebsd

package backend

import (
Expand Down

0 comments on commit 4e9c060

Please sign in to comment.