summaryrefslogtreecommitdiffstats
path: root/src/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/send.c')
-rw-r--r--src/send.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/send.c b/src/send.c
index 9de0b3b..be5c390 100644
--- a/src/send.c
+++ b/src/send.c
@@ -33,6 +33,8 @@
#include "fastd.h"
#include "peer.h"
+#include <sys/uio.h>
+
/** Adds packet info to ancillary control messages */
static inline void add_pktinfo(struct msghdr *msg, const fastd_peer_address_t *local_addr) {