diff options
Diffstat (limited to 'beecrypt/dlkp.c')
-rw-r--r-- | beecrypt/dlkp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beecrypt/dlkp.c b/beecrypt/dlkp.c index 3229ae048..67f86093a 100644 --- a/beecrypt/dlkp.c +++ b/beecrypt/dlkp.c @@ -27,9 +27,9 @@ * */ -#define BEECRYPT_DLL_EXPORT - +#include "system.h" #include "dlkp.h" +#include "debug.h" int dlkp_pPair(dlkp_p* kp, randomGeneratorContext* rgc, const dldp_p* param) { |