-fix ftbfs on first make

This commit is contained in:
Christian Grothoff 2021-04-18 15:38:53 +02:00
parent 294730cf01
commit 7562f0e592
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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)