diff options
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 bc8ea24ba..424959bcc 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> |