diff --git a/byte/byte_equal_notimingattack.c b/byte/byte_equal_notimingattack.c index 5939d3f..e1e4144 100644 --- a/byte/byte_equal_notimingattack.c +++ b/byte/byte_equal_notimingattack.c @@ -1,4 +1,4 @@ -#include +#include "byte.h" /* If you need to compare a password or a hash value, the timing of the * comparison function can give valuable clues to the attacker. Let's diff --git a/examples/byte.c b/examples/byte.c index 685ee5f..d94f8cc 100644 --- a/examples/byte.c +++ b/examples/byte.c @@ -1,5 +1,5 @@ -#include -#include +#include "byte.h" +#include "buffer.h" /* * The functions that are beginning with byte_ offer some handy functions, to