From d0a33ac6d578f5aa5378f02d8b7aa3a6b635cae4 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Thu, 13 Dec 2007 16:18:53 +0900 Subject: removed partially duplicated system headers Purgatory seems to partially duplicate system headers. It seems a log cleaner not to do so. Signed-off-by: Jeremy Kerr Signed-off-by: Simon Horman --- util_lib/include/sha256.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util_lib/include/sha256.h') diff --git a/util_lib/include/sha256.h b/util_lib/include/sha256.h index b8278a1..467fb22 100644 --- a/util_lib/include/sha256.h +++ b/util_lib/include/sha256.h @@ -1,6 +1,7 @@ #ifndef SHA256_H #define SHA256_H +#include #include typedef struct -- cgit