examples/ip_pipeline: fix build on BSD
authorJasvinder Singh <jasvinder.singh@intel.com>
Mon, 17 Oct 2016 15:48:57 +0000 (16:48 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 25 Oct 2016 14:29:33 +0000 (16:29 +0200)
commit9e4b3b18443f97572981bb94f583924cd9d68b5a
tree276b6abe8187b6dcd6ef90139c3afc9bd2e878c3
parent6445198f802d993c73f4b246353b2ceb2dfafc32
examples/ip_pipeline: fix build on BSD

Error log:
 CC init.o
 examples/ip_pipeline/init.c:38:22: fatal error: linux/if.h: No such file or directory
 #include <linux/if.h>

Fixes: 3f2c9f3bb6c6 ("examples/ip_pipeline: add TAP port")

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