diff options
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 |
