Skip to content

Commit

Permalink
fix build on OpenWRT/musl-libc
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Šimerda <[email protected]>
Signed-off-by: Jiri Pirko <[email protected]>
  • Loading branch information
pavlix authored and Jiri Pirko committed Jan 18, 2021
1 parent 6875e6c commit 267f248
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions teamd/teamd_runner_lacp.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
#include <unistd.h>
#include <limits.h>
#include <sys/ioctl.h>
#include <linux/if_ether.h>
#include <sys/socket.h>
#include <linux/netdevice.h>
#include <netinet/in.h>
#include <errno.h>
#include <team.h>
Expand Down
1 change: 1 addition & 0 deletions utils/teamnl.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <getopt.h>
#include <errno.h>
#include <sys/signalfd.h>
#include <sys/select.h>
#include <signal.h>
#include <unistd.h>
#include <team.h>
Expand Down

0 comments on commit 267f248

Please sign in to comment.