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)