diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-20 10:34:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-20 10:34:32 +0200 |
commit | beceb3bc1612c2af875157fc4f0e7245dcfeef02 (patch) | |
tree | 46324b36d9a21ed57041c391ff6710c9d8eb5227 /src/include/taler_signatures.h | |
parent | 0e69c33d1f2591673887a5fa4d293e6df7431c0f (diff) |
implementing #3905
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index bb88ff9d7..402e67fe2 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -28,7 +28,14 @@ #ifndef TALER_SIGNATURES_H #define TALER_SIGNATURES_H -#include "taler_util.h" +#if HAVE_GNUNET_GNUNET_UTIL_LIB_H +#include <gnunet/gnunet_util_lib.h> +#elif HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H +#include <gnunet/gnunet_util_taler_wallet_lib.h> +#endif + +#include "taler_amount_lib.h" +#include "taler_crypto_lib.h" /** * Cut-and-choose size for refreshing. Client looses the gamble (of |