summaryrefslogtreecommitdiff
path: root/src/include/taler_twister_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-18 15:38:53 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-18 15:38:53 +0200
commit7562f0e592bf32c8502577f44108e2728391ae49 (patch)
treee97252dd90be940403360e582d9e6d1682465613 /src/include/taler_twister_testing_lib.h
parent294730cf014e3ce74f16d886516e8fc02df3bd18 (diff)
downloadexchange-7562f0e592bf32c8502577f44108e2728391ae49.tar.gz
exchange-7562f0e592bf32c8502577f44108e2728391ae49.tar.bz2
exchange-7562f0e592bf32c8502577f44108e2728391ae49.zip
-fix ftbfs on first make
Diffstat (limited to 'src/include/taler_twister_testing_lib.h')
-rw-r--r--src/include/taler_twister_testing_lib.h2
1 files changed, 1 insertions, 1 deletions
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 <taler/taler_testing_lib.h>
+#include "taler_testing_lib.h"
#define TWISTER_FAIL() \
do {GNUNET_break (0); return NULL; } while (0)