ref: 07f02d583354ebc7df3f5890c594defc4dc26beb
parent: e4078d8fe4caedf3e55dd348b4dbfe841c8b3a5b
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Feb 17 13:50:23 EST 2016
libsec: add libc.h include for aes_xts.c (drawterm)
--- 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
--
⑨