]> git.saurik.com Git - redis.git/commit
Include sys/wait.h to avoid compiler warning
authorJan-Erik Rediger <badboy@archlinux.us>
Sat, 28 Jul 2012 09:33:01 +0000 (12:33 +0300)
committerJan-Erik Rediger <badboy@archlinux.us>
Sat, 28 Jul 2012 09:33:01 +0000 (12:33 +0300)
commitc6c19c8372fd9258a35b7d4bdcb454898e6c1413
treee1f7719eeebea7be24330e5670fbc094c04821b1
parented7b308c1c369d7a004b6f7a72e01ad1eddb5ac3
Include sys/wait.h to avoid compiler warning

gcc warned about an implicit declaration of function 'wait3'.
Including this header fixes this.
src/sentinel.c