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
1 parent dae7268 commit 386ff3e
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 386ff3e

Please sign in to comment.