diff options
Diffstat (limited to 'twofish-meta.c')
-rw-r--r-- | twofish-meta.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/twofish-meta.c b/twofish-meta.c index 7c3d065e..7e463256 100644 --- a/twofish-meta.c +++ b/twofish-meta.c @@ -20,6 +20,10 @@ * MA 02111-1307, USA. */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "nettle-meta.h" #include "twofish.h" |