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/util | |
parent | 0e69c33d1f2591673887a5fa4d293e6df7431c0f (diff) |
implementing #3905
Diffstat (limited to 'src/util')
-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 424959bcc..7260b150f 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> |