diff options
author | Fournier Nicolas <nicolas.fournier@ensta-paristech.fr> | 2015-07-20 10:42:52 +0200 |
---|---|---|
committer | Fournier Nicolas <nicolas.fournier@ensta-paristech.fr> | 2015-07-20 10:42:52 +0200 |
commit | 2cd4d6a4736affc4d10af9d4b285c681bda34835 (patch) | |
tree | 6a993ac580aedf1e663b1317865b15142e6a53fc /src/util/amount.c | |
parent | 1df4f8114e6ea4c0f7e3baa4fce8901a9bc2eaba (diff) | |
parent | 08358cade02e436a6dbd3a7798a8fa42afbb0aae (diff) |
Merge branch 'master' of taler.net:/var/git/mint
Diffstat (limited to 'src/util/amount.c')
-rw-r--r-- | src/util/amount.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/amount.c b/src/util/amount.c index 424959bc..7260b150 100644 --- a/src/util/amount.c +++ b/src/util/amount.c @@ -24,8 +24,7 @@ #include "platform.h" #if HAVE_GNUNET_GNUNET_UTIL_LIB_H #include "taler_util.h" -#endif -#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H +#elif HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H #include "taler_util_wallet.h" #endif #include <gcrypt.h> |