Skip to content

Commit

Permalink
Merge pull request #363 from usovalx/subprocess_test_build_failure
Browse files Browse the repository at this point in the history
Add missing include of <sys/resouce.h>
  • Loading branch information
evmar committed Jul 17, 2012
2 parents 183a2d8 + 74fb2be commit 5d8d27c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/subprocess_test.cc
Expand Up @@ -16,6 +16,11 @@

#include "test.h"

#ifdef linux
// required by SubprocessTest
#include <sys/resource.h>
#endif

namespace {

#ifdef _WIN32
Expand Down

0 comments on commit 5d8d27c

Please sign in to comment.