diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-17 22:00:14 +0100 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-17 22:00:14 +0100 |
| commit | ed84017353c6fc9421b223ff6ec62f8d881d8098 (patch) | |
| tree | 6ca1abfc7daca48010d841572d4eb16cda1b7abf /src/c/stack_protector.c | |
| parent | 85fdaf22994ead86a43b4880cb4875094612bd72 (diff) | |
Fixing $(WARNING)s & explicitly declaring function prototypes
Diffstat (limited to 'src/c/stack_protector.c')
| -rw-r--r-- | src/c/stack_protector.c | 3 |
1 files changed, 2 insertions, 1 deletions
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<source/stack_protector.h> #include<stdint.h> -#include<stdio.h> +#include<source/stdio.h> #if UINT32_MAX == UINTPTR_MAX #define STACK_CHK_GUARD 0xe2dee396 |
