diff --git a/crypto/rand/rand_lcl.h b/crypto/rand/rand_lcl.h index 689e3a34fd..0c1aa72779 100644 --- a/crypto/rand/rand_lcl.h +++ b/crypto/rand/rand_lcl.h @@ -15,7 +15,7 @@ # include # include # include -# include "include/internal/rand.h" +# include "internal/rand.h" /* we require 256 bits of randomness */ # define RANDOMNESS_NEEDED (256 / 8)