$OpenBSD: patch-tests_check_transmitter_stunalternd_c,v 1.3 2014/03/30 12:36:28 jasper Exp $

From: 8fb69ff4f49a42548321177135af99dcc168fb56 Mon Sep 17 00:00:00 2001
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date: Mon Mar 3 15:48:16 2014 +0100
Subject: Include <sys/uio.h> for struct iovec.

--- tests/check/transmitter/stunalternd.c.orig	Thu Apr  4 20:28:45 2013
+++ tests/check/transmitter/stunalternd.c	Mon Mar  3 15:11:33 2014
@@ -37,6 +37,7 @@
 #include <getopt.h>
 #include <errno.h>
 #include <limits.h>
+#include <sys/uio.h>
 
 #include <pthread.h>
 
