diff options
Diffstat (limited to 'cipher/twofish.c')
-rw-r--r-- | cipher/twofish.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/twofish.c b/cipher/twofish.c index d52377f76..6ff7dee9f 100644 --- a/cipher/twofish.c +++ b/cipher/twofish.c @@ -22,6 +22,7 @@ #include <string.h> /* for memcmp() */ #include "types.h" /* for byte and u32 typedefs */ +#include "util.h" #include "errors.h" |