]> Git Repo - secp256k1.git/blobdiff - src/modules/recovery/tests_exhaustive_impl.h
change local lib headers to be relative for those pointing at "include/" dir
[secp256k1.git] / src / modules / recovery / tests_exhaustive_impl.h
index 0ba9409c691d0f251a55bbc699ac745712004edd..590a972ed3f74a9e24978ee373895bab5dad8128 100644 (file)
@@ -8,7 +8,7 @@
 #define SECP256K1_MODULE_RECOVERY_EXHAUSTIVE_TESTS_H
 
 #include "src/modules/recovery/main_impl.h"
-#include "include/secp256k1_recovery.h"
+#include "../../../include/secp256k1_recovery.h"
 
 void test_exhaustive_recovery_sign(const secp256k1_context *ctx, const secp256k1_ge *group) {
     int i, j, k;
This page took 0.022274 seconds and 4 git commands to generate.