diff options
author | Christian Pointner <equinox@anytun.org> | 2016-07-08 01:25:36 +0200 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2016-07-08 01:25:36 +0200 |
commit | d0f4a7fde394c3ff607f0f7e7a3b92b2fe1f6424 (patch) | |
tree | 94160e2c7ae6310604d8710dcf14b97f24e18b4d /src/cryptinit.hpp | |
parent | fixed init script (diff) |
fixed gcrypt warning for anytun-config
Diffstat (limited to 'src/cryptinit.hpp')
-rw-r--r-- | src/cryptinit.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cryptinit.hpp b/src/cryptinit.hpp index 663ba0a..17bb825 100644 --- a/src/cryptinit.hpp +++ b/src/cryptinit.hpp @@ -48,6 +48,8 @@ #ifndef NO_CRYPT +#include "anytunError.h" + #if defined(USE_GCRYPT) #include <gcrypt.h> |