diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-20 22:57:40 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-20 22:57:40 -0800 |
commit | 02eedafcb393ef771ab6231d6583c58d12b97837 (patch) | |
tree | 1782a24d33330150a3b5d258e398cbd3012e5a24 /configure.ac | |
parent | cf79136dd24f39925ddfe5ff4e9388309089bb04 (diff) |
Add portable/uio.h and include it in client/wallet.c
Now that the wallet client uses struct iovec, it needs to include the
relevant header file. Import the portability layer for possible future
Windows support.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5c3da92..c4dc7eb 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_CHECK_MEMBERS([krb5_keytab_entry.keyblock], , , [#include <krb5.h>]) RRA_LIB_KRB5_RESTORE AC_HEADER_STDBOOL -AC_CHECK_HEADERS([sys/bitypes.h syslog.h]) +AC_CHECK_HEADERS([sys/bitypes.h sys/uio.h syslog.h]) AC_CHECK_DECLS([snprintf, vsnprintf]) RRA_C_C99_VAMACROS RRA_C_GNU_VAMACROS |