diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-03-04 14:10:23 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-03-04 14:10:23 +0000 |
commit | 92465bc7b24ee93561cc5bde25ed57ef8e4ca40b (patch) | |
tree | 05e42ad72e042c567a0b80c0ca9568a55e2081e6 /src/util/crypto_rsa.c | |
parent | 87534f72154e9bc859919afaebbc7321dc4fda87 (diff) |
-fix
Diffstat (limited to 'src/util/crypto_rsa.c')
-rw-r--r-- | src/util/crypto_rsa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c index 9044c3019a..8f69e97fd1 100644 --- a/src/util/crypto_rsa.c +++ b/src/util/crypto_rsa.c @@ -36,6 +36,7 @@ #include "gnunet_common.h" #include "gnunet_crypto_lib.h" #include "gnunet_disk_lib.h" +#include "gnunet_strings_lib.h" #define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) |