Skip to content

Commit fc9d796

Browse files
authored
Merge pull request #6 from randlabs/fix-linux
Fix compiler error in Linux
2 parents aa76625 + 66468b7 commit fc9d796

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

file_logger/file_logger_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package file_logger
22

33
import (
44
"os"
5+
"syscall"
56
"time"
67
)
78

file_logger/file_logger_plan9.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package file_logger
22

33
import (
44
"os"
5+
"syscall"
56
"time"
67
)
78

0 commit comments

Comments
 (0)