From 1df586668c6f2f4de3bc47a285fc79bccc739084 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 1 Sep 2007 14:20:56 +0000 Subject: [PATCH] Added missing include. --- lib/silccrypt/sha256_x86.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/silccrypt/sha256_x86.S b/lib/silccrypt/sha256_x86.S index 728f3e63..58f7c691 100644 --- a/lib/silccrypt/sha256_x86.S +++ b/lib/silccrypt/sha256_x86.S @@ -29,6 +29,8 @@ */ +#include "silcdefs.h" + #ifdef SILC_SHA256_ASM #define STACK_STATE (8 * 4) -- 2.24.0