aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2015-01-31 21:52:20 -0600
committerBrent Cook <busterb@gmail.com>2015-01-31 21:52:20 -0600
commit9909bd7aa5a0f93dd65b4ba557c906120fd64609 (patch)
tree713619771968c3eed6e937fa69ab192b75f64969 /include/Makefile.am
parent6c46e808718463c4461f1bc389785881b45d0344 (diff)
downloadportable-9909bd7aa5a0f93dd65b4ba557c906120fd64609.tar.gz
portable-9909bd7aa5a0f93dd65b4ba557c906120fd64609.tar.bz2
portable-9909bd7aa5a0f93dd65b4ba557c906120fd64609.zip
include 'struct iovec' for Windows
this is used for in-memory cert loading
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index ad06032..31cc0ab 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -26,6 +26,7 @@ noinst_HEADERS += sys/select.h
26noinst_HEADERS += sys/socket.h 26noinst_HEADERS += sys/socket.h
27noinst_HEADERS += sys/times.h 27noinst_HEADERS += sys/times.h
28noinst_HEADERS += sys/types.h 28noinst_HEADERS += sys/types.h
29noinst_HEADERS += sys/uio.h
29 30
30if ENABLE_LIBTLS 31if ENABLE_LIBTLS
31include_HEADERS = tls.h 32include_HEADERS = tls.h