Include sys/uio.h for writev()
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Wed, 18 Oct 2017 20:38:20 +0000 (22:38 +0200)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Wed, 18 Oct 2017 20:38:20 +0000 (22:38 +0200)
src/src/deliver.c

index 752e1d98e341e9478453572cf972fcf13b681243..b036a846afe4eef11968c9054e4b631d20567b83 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "exim.h"
 #include "transports/smtp.h"
+#include <sys/uio.h>
 #include <assert.h>