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