Skip to content

Commit 0c2fb16

Browse files
welwood08jedisct1
authored andcommitted
Fix travis build
Hopefully this is all that's needed to make it go green, I'm not set up to test locally.
1 parent 4824e91 commit 0c2fb16

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dnscrypt-proxy/systemd_android.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
// +build android
2+
13
package main
24

35
import (
46
"io"
7+
"io/ioutil"
58
)
69

710
func (proxy *Proxy) SystemDListeners() (io.Closer, error) {

0 commit comments

Comments
 (0)