gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 06a8264b29908bfe4e9c98f6f1fd450f44adc81e
parent 4fee58e9a4d310ff8c9101d839896b0f5c704f06
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 21 Jun 2025 15:38:47 +0200

fix include path for taler_error_codes.h

Diffstat:
Mgnu-taler-error-codes/c.header | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu-taler-error-codes/c.header b/gnu-taler-error-codes/c.header @@ -20,7 +20,7 @@ Note: the LGPL does not apply to all components of GNU Taler, but it does apply to this file. */ -#include "taler_error_codes.h" +#include "taler/taler_error_codes.h" #include <stddef.h> #include <microhttpd.h> #include <gettext.h>