Skip to content

Commit fe3b8b6

Browse files
committed
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy
* 'master' of github.com:jedisct1/dnscrypt-proxy: Fix travis build
2 parents 2add754 + 0c2fb16 commit fe3b8b6

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)