commit 3277642c1872c9e52164cad748fd944bcf3b1ac0
parent 0f2ec9d10a52ee700540710ea3d79e063971461c
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 3 Jul 2025 17:19:59 +0200
-fix include
Diffstat:
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/taler_error_codes.h"
+#include <taler/taler_error_codes.h>
#include <stddef.h>
#include <microhttpd.h>
#include <gettext.h>