Skip to content

Commit

Permalink
Merge pull request #845 from fluent/fix-missing-fcntl
Browse files Browse the repository at this point in the history
Require fcntl library for daemonize. fix #841
  • Loading branch information
repeatedly committed Mar 11, 2016
2 parents 2fee309 + ee82a9e commit c13e36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fluent/supervisor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#

require 'etc'
require 'fcntl'

require 'fluent/config'
require 'fluent/env'
Expand Down

0 comments on commit c13e36c

Please sign in to comment.