diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2021-11-02 22:50:09 +0100 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2021-11-02 22:50:09 +0100 |
| commit | f575a0dd796106af502e8693870c49af5bee2a5d (patch) | |
| tree | 3c26583662ab92d948b1182a8ede1f4d8194f54b /src/c/stack_protector.c | |
| parent | 2a56405579be6dc341c503420e40cb30c5144a35 (diff) | |
Hosted GCC Cross-Compiler
Diffstat (limited to 'src/c/stack_protector.c')
| -rw-r--r-- | src/c/stack_protector.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c/stack_protector.c b/src/c/stack_protector.c index 3289cec..9ce3cba 100644 --- a/src/c/stack_protector.c +++ b/src/c/stack_protector.c @@ -1,5 +1,5 @@ -#include <stdint.h> -#include"../include/stdio.h" +#include<stdint.h> +#include<stdio.h> #if UINT32_MAX == UINTPTR_MAX #define STACK_CHK_GUARD 0xe2dee396 |
