summaryrefslogtreecommitdiffstats
path: root/src/send.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-06-14 14:34:41 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-06-14 14:34:41 +0200
commit10378374eca49543a78ec004b10f229b9e4082b3 (patch)
tree34632715d442965f8a22b1adc37644692a0c141f /src/send.c
parentc17bdd0818efcbf9ced46ff47a9fc06ee7d6837b (diff)
downloadfastd-10378374eca49543a78ec004b10f229b9e4082b3.tar
fastd-10378374eca49543a78ec004b10f229b9e4082b3.zip
Add missing sys/uio.h includes
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) {