mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 06:10:00 -08:00
grumble: fix unix build, freeze_unix.go was missing imports.
This commit is contained in:
parent
f953ece6f2
commit
d77f8843a7
1 changed files with 57 additions and 49 deletions
|
|
@ -6,6 +6,14 @@
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"code.google.com/p/goprotobuf/proto"
|
||||||
|
"io/ioutil"
|
||||||
|
"os"
|
||||||
|
"path/filepath"
|
||||||
|
"strconv"
|
||||||
|
)
|
||||||
|
|
||||||
func (server *Server) freezeToFile() (err error) {
|
func (server *Server) freezeToFile() (err error) {
|
||||||
// Close the log file, if it's open
|
// Close the log file, if it's open
|
||||||
if server.freezelog != nil {
|
if server.freezelog != nil {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue