From 7562f0e592bf32c8502577f44108e2728391ae49 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Apr 2021 15:38:53 +0200 Subject: -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 6e070fdca..cdafab04b 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 +#include "taler_testing_lib.h" #define TWISTER_FAIL() \ do {GNUNET_break (0); return NULL; } while (0) -- cgit v1.2.3