diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-14 14:34:41 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-14 14:34:41 +0200 |
commit | 10378374eca49543a78ec004b10f229b9e4082b3 (patch) | |
tree | 34632715d442965f8a22b1adc37644692a0c141f /src/send.c | |
parent | c17bdd0818efcbf9ced46ff47a9fc06ee7d6837b (diff) | |
download | fastd-10378374eca49543a78ec004b10f229b9e4082b3.tar fastd-10378374eca49543a78ec004b10f229b9e4082b3.zip |
Add missing sys/uio.h includes
Diffstat (limited to 'src/send.c')
-rw-r--r-- | src/send.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |