summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-20 22:57:40 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-20 22:57:40 -0800
commit02eedafcb393ef771ab6231d6583c58d12b97837 (patch)
tree1782a24d33330150a3b5d258e398cbd3012e5a24 /client
parentcf79136dd24f39925ddfe5ff4e9388309089bb04 (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 'client')
-rw-r--r--client/wallet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/wallet.c b/client/wallet.c
index dc4fe18..e6d8eb9 100644
--- a/client/wallet.c
+++ b/client/wallet.c
@@ -11,6 +11,7 @@
#include <config.h>
#include <portable/krb5.h>
#include <portable/system.h>
+#include <portable/uio.h>
#include <errno.h>
#include <remctl.h>