* util/getroot.c: Include sys/wait.h only when we need waitpid.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-22 16:28:10 +02:00
parent 3c7eac445b
commit 43ffba7c65
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
* util/getroot.c: Include sys/wait.h only when we need waitpid.
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
Fix dependencies on cygwin.