cmd/utils: fix build on *BSD

This commit is contained in:
Felix Lange
2016-05-09 13:13:44 +02:00
parent f821b0188a
commit f61e203c10
2 changed files with 55 additions and 1 deletions

View File

@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
// +build linux darwin
// +build linux darwin netbsd openbsd solaris
package utils