diff options
author | Patrick Griffis <tingping@tingping.se> | 2017-01-05 13:05:55 -0500 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2017-01-05 13:07:51 -0500 |
commit | 2376b7fb6a939e55edc1d97ca00055a47e0df9e3 (patch) | |
tree | 887af7497932ad35b900416841bb1c03c76d7f16 /plugins/fishlim | |
parent | eddaf8c39620d13b8a0e81e9ab9b2eb8e5700e38 (diff) |
fishlim: Fix not including config.h
Diffstat (limited to 'plugins/fishlim')
-rw-r--r-- | plugins/fishlim/dh1080.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/fishlim/dh1080.c b/plugins/fishlim/dh1080.c index 36117581..7eef50c7 100644 --- a/plugins/fishlim/dh1080.c +++ b/plugins/fishlim/dh1080.c @@ -26,6 +26,7 @@ * to base64 for final use with blowfish. */ +#include "config.h" #include "dh1080.h" #include <openssl/bn.h> |