libsec: add libc.h include for aes_xts.c (drawterm)
This commit is contained in:
parent
e5ead1a980
commit
7f2599254a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue