Skip to content

Commit

Permalink
[nozzle] fix build on BSD
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Apr 19, 2018
1 parent bf95ba4 commit 975b3f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libnozzle/tests/nozzle_test.c
Expand Up @@ -17,6 +17,8 @@
#include <ifaddrs.h>
#include <stdint.h>
#include <limits.h>
#include <sys/socket.h>
#include <net/ethernet.h>

#ifdef KNET_LINUX
#include <linux/if_tun.h>
Expand Down

0 comments on commit 975b3f9

Please sign in to comment.