examples/ip_pipeline: fix build in old environments
authorJasvinder Singh <jasvinder.singh@intel.com>
Wed, 9 Dec 2015 11:12:53 +0000 (11:12 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 9 Dec 2015 21:02:33 +0000 (22:02 +0100)
commit91e25dc5b527eced759926bc3296fb7047970f92
tree96eea6129f72d2df4c66361e5306b34086bff778
parent2d8d97b734d3a921be3f12454f04e557bdc4fa94
examples/ip_pipeline: fix build in old environments

This patch fixes build errors on linux kernels such as
SuSE 11-SP2/3(64 bits), etc.

Error Log:
error: implicit declaration of function 'WIFEXITED'
error: implicit declaration of function 'WEXITSTATUS'

Fixes: ed0b2d020159 ("examples/ip_pipeline: add more ports")

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
examples/ip_pipeline/config_parse.c