diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-26 02:25:52 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-26 02:29:26 +0100 |
commit | c78e268845e980e9e7ed1583c0581615d52580d5 (patch) | |
tree | b1c90928974e4ff86fd97b349f9c217345b6d557 /src/rust/unit-wasm-sys/README.md | |
parent | 39aa9cc9e780a91f2ec27e43cb69cbef6f941067 (diff) | |
download | unit-wasm-c78e268845e980e9e7ed1583c0581615d52580d5.tar.gz unit-wasm-c78e268845e980e9e7ed1583c0581615d52580d5.tar.bz2 |
libunit-wasm: Include strings.h in the right file
When I added the luw_http_hdr_get_value() function I needed to include
strings.h, unfortunately I added it to unit-wasm.h instead of
libunit-wasm.c
This had the undesirable effect of requiring the wasi-sysroot when
building the rust stuff for generating the libunit-wasm rust bindings.
By including strings.h in the right file we get rid of that requirement
which a subsequent commit will take care of.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/rust/unit-wasm-sys/README.md')
0 files changed, 0 insertions, 0 deletions