diff options
author | Fournier Nicolas <nicolas.fournier@ensta-paristech.fr> | 2015-07-15 11:43:40 +0200 |
---|---|---|
committer | Fournier Nicolas <nicolas.fournier@ensta-paristech.fr> | 2015-07-15 11:43:40 +0200 |
commit | 3548dda676c2c8323b316afe6bfd8c5efdc2ec7b (patch) | |
tree | c9dfacff569069a80d5a7dfbe342de0053d9b29a /src/util/amount.c | |
parent | cbc8732dbf038047db02f6d399a805a63df016a2 (diff) | |
parent | 3eddd802dc69ecb22b077a9c226ef0fb6cc09715 (diff) |
Merge branch 'master' of taler.net:/var/git/mint
Diffstat (limited to 'src/util/amount.c')
-rw-r--r-- | src/util/amount.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/amount.c b/src/util/amount.c index bc8ea24b..424959bc 100644 --- a/src/util/amount.c +++ b/src/util/amount.c @@ -22,7 +22,12 @@ * @author Christian Grothoff */ #include "platform.h" +#if HAVE_GNUNET_GNUNET_UTIL_LIB_H #include "taler_util.h" +#endif +#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H +#include "taler_util_wallet.h" +#endif #include <gcrypt.h> |