diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-10 20:23:18 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-10 20:23:18 +0200 |
commit | 44cbb293088840d5813a69c6dc850b0444c4e27b (patch) | |
tree | 9b12961e4ee18a83638ce0f75594cad521142485 /sys/src/libsec/port/chacha.c | |
parent | c3c726a5d062fb11c84ec84a6028d02592ae8585 (diff) |
libsec: make #include headers consistent
Diffstat (limited to 'sys/src/libsec/port/chacha.c')
-rw-r--r-- | sys/src/libsec/port/chacha.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/libsec/port/chacha.c b/sys/src/libsec/port/chacha.c index d3e603a61..27246cb32 100644 --- a/sys/src/libsec/port/chacha.c +++ b/sys/src/libsec/port/chacha.c @@ -7,8 +7,7 @@ modified for use in Plan 9 and Inferno (no algorithmic changes), and including the changes to block number and nonce defined in RFC7539 */ -#include <u.h> -#include <libc.h> +#include "os.h" #include <libsec.h> enum{ |