From ed84017353c6fc9421b223ff6ec62f8d881d8098 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 17 Jan 2022 22:00:14 +0100 Subject: Fixing $(WARNING)s & explicitly declaring function prototypes --- src/c/stack_protector.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/c/stack_protector.c') diff --git a/src/c/stack_protector.c b/src/c/stack_protector.c index 37f7cda..e2d7ab2 100644 --- a/src/c/stack_protector.c +++ b/src/c/stack_protector.c @@ -1,5 +1,6 @@ +#include #include -#include +#include #if UINT32_MAX == UINTPTR_MAX #define STACK_CHK_GUARD 0xe2dee396 -- cgit v1.2.3