From 07326943e7e503a214f1c61ce442b1833e450b8d Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 1 Feb 2015 00:27:07 +0100 Subject: [PATCH] Added include to hashlib.h --- kernel/hashlib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/hashlib.h b/kernel/hashlib.h index 8c977de2f..c96023920 100644 --- a/kernel/hashlib.h +++ b/kernel/hashlib.h @@ -12,6 +12,7 @@ #ifndef HASHLIB_H #include +#include #include #include -- 2.30.2