From a65523dab62a66efb591761eb6d82bdb17ba3a98 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Tue, 15 May 2018 13:21:53 -0700 Subject: [PATCH] Fix build issue on windows --- src/widgets/proc_unix.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/widgets/proc_unix.go b/src/widgets/proc_unix.go index a485f5f2..dd60a6eb 100644 --- a/src/widgets/proc_unix.go +++ b/src/widgets/proc_unix.go @@ -1,3 +1,5 @@ +// +build freebsd linux darwin + package widgets import (