diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-02-17 18:50:23 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-02-17 18:50:23 +0100 |
| commit | 7f2599254a29c956ac3cdbfc28792a8290312c13 (patch) | |
| tree | 5fc590c636ea7098794445532b8c0ff7972136f3 | |
| parent | e5ead1a980a6379d61cdfe2b8dd4ef6ff5c325ad (diff) | |
| download | plan9front-7f2599254a29c956ac3cdbfc28792a8290312c13.tar.xz | |
libsec: add libc.h include for aes_xts.c (drawterm)
| -rw-r--r-- | sys/src/libsec/port/aes_xts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/libsec/port/aes_xts.c b/sys/src/libsec/port/aes_xts.c index f200e4db2..ca343d4a1 100644 --- a/sys/src/libsec/port/aes_xts.c +++ b/sys/src/libsec/port/aes_xts.c @@ -1,6 +1,7 @@ // Author Taru Karttunen <taruti@taruti.net> // This file can be used as both Public Domain or Creative Commons CC0. #include <u.h> +#include <libc.h> #include <libsec.h> #define AesBlockSize 16 |
