gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix ftbfs on first make


From: gnunet
Subject: [taler-exchange] branch master updated: -fix ftbfs on first make
Date: Sun, 18 Apr 2021 15:38:55 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 7562f0e5 -fix ftbfs on first make
7562f0e5 is described below

commit 7562f0e592bf32c8502577f44108e2728391ae49
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Apr 18 15:38:53 2021 +0200

    -fix ftbfs on first make
---
 src/include/taler_twister_testing_lib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/taler_twister_testing_lib.h 
b/src/include/taler_twister_testing_lib.h
index 6e070fdc..cdafab04 100644
--- a/src/include/taler_twister_testing_lib.h
+++ b/src/include/taler_twister_testing_lib.h
@@ -26,7 +26,7 @@
 #ifndef TALER_TWISTER_TESTING_LIB_H
 #define TALER_TWISTER_TESTING_LIB_H
 
-#include <taler/taler_testing_lib.h>
+#include "taler_testing_lib.h"
 
 #define TWISTER_FAIL() \
   do {GNUNET_break (0); return NULL; } while (0)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]