diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-30 14:17:42 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-30 14:17:42 +0100 |
commit | fae4fb8687587377c01048de574b1d2a0556bf3e (patch) | |
tree | 37835ba6344974e244abf3a23a052e3d43d7d8a4 /src/mint/test_mint_common.c | |
parent | c750f53d5af9858e2e62f1176664fbe6e7339de6 (diff) |
fixing ftbfs of testcase
Diffstat (limited to 'src/mint/test_mint_common.c')
-rw-r--r-- | src/mint/test_mint_common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mint/test_mint_common.c b/src/mint/test_mint_common.c index ee1768d37..28c62cb80 100644 --- a/src/mint/test_mint_common.c +++ b/src/mint/test_mint_common.c @@ -20,7 +20,8 @@ */ #include "platform.h" #include "gnunet/gnunet_util_lib.h" - +#include "taler_signatures.h" +#include "key_io.h" #define RSA_KEY_SIZE 1024 |