]> git.saurik.com Git - redis.git/commit - src/sentinel.c
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)
committerantirez <antirez@gmail.com>
Thu, 27 Sep 2012 11:04:51 +0000 (13:04 +0200)
commit8a8e560b87028f9f39f9f1d80d44d3170ed4af6f
treee6a31635825ec6802fda308d021a7670a46d2aed
parent0d0975f2b6c12210cc9c1ab523b6bf09415415a8
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