Skip to content

Commit

Permalink
Fix compilation error on OS X & clang
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jul 24, 2015
1 parent 44df9cb commit 01cfc4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#include <cerrno>
#include <cstdlib>
#include <cstring> // for std::strlen
#include <algorithm>

#ifndef _WIN32
Expand Down

0 comments on commit 01cfc4d

Please sign in to comment.