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 /LICENSE | |
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 'LICENSE')
-rw-r--r-- | LICENSE | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -74,8 +74,9 @@ license: OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. The files portable/asprintf.c, portable/dummy.c, portable/macros.h, -portable/stdbool.h, portable/strlcat.c, portable/strlcpy.c, and -util/concat.c have been placed in the public domain by their author. +portable/stdbool.h, portable/strlcat.c, portable/strlcpy.c, +portable/uio.h, and util/concat.c have been placed in the public domain by +their author. The file portable/snprintf.c is released under the following license: |