From 92465bc7b24ee93561cc5bde25ed57ef8e4ca40b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 4 Mar 2012 14:10:23 +0000 Subject: [PATCH] -fix --- src/util/crypto_rsa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c index 9044c3019..8f69e97fd 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__) -- 2.25.1