summaryrefslogtreecommitdiffstats
path: root/src/receive.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/receive.c')
-rw-r--r--src/receive.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/receive.c b/src/receive.c
index d954102..7b00f2c 100644
--- a/src/receive.c
+++ b/src/receive.c
@@ -35,6 +35,8 @@
#include "peer.h"
#include "peer_hashtable.h"
+#include <sys/uio.h>
+
/** Handles the ancillary control messages of received packets */
static inline void handle_socket_control(struct msghdr *message, const fastd_socket_t *sock, fastd_peer_address_t *local_addr) {