From 9e4ac84b6eed7cc622d041c396bc460ce7e1bf07 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 5 Dec 2022 14:03:43 +0100 Subject: force include of taler_util.h, not of taler_crypto_lib.h or taler_amount_lib.h --- src/include/taler_util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/taler_util.h') diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 1580f3dca..5776d62c3 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -21,6 +21,8 @@ #ifndef TALER_UTIL_H #define TALER_UTIL_H +#define __TALER_UTIL_LIB_H_INSIDE__ + #include #include #include "taler_amount_lib.h" @@ -551,4 +553,6 @@ enum GNUNET_GenericReturnValue TALER_JSON_parse_age_groups (const json_t *root, struct TALER_AgeMask *mask); +#undef __TALER_UTIL_LIB_H_INSIDE__ + #endif -- cgit v1.2.3