mirror of https://github.com/status-im/consul.git
Add the minimal fix to restore being able to compile on Illumos.
This brings in the necessary fix to satisfy #2989 without dragging along additional vendor updates reverted in #3019.
This commit is contained in:
parent
785ff2796f
commit
dce9da3bb3
|
@ -7,6 +7,7 @@ import (
|
||||||
"unsafe"
|
"unsafe"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// #cgo CFLAGS: -std=c99
|
||||||
// #cgo LDFLAGS: -lkstat
|
// #cgo LDFLAGS: -lkstat
|
||||||
// #include <unistd.h>
|
// #include <unistd.h>
|
||||||
// #include <stdlib.h>
|
// #include <stdlib.h>
|
||||||
|
|
Loading…
Reference in New Issue