]> Git Repo - secp256k1.git/blobdiff - src/modules/schnorrsig/tests_exhaustive_impl.h
change local lib headers to be relative for those pointing at "include/" dir
[secp256k1.git] / src / modules / schnorrsig / tests_exhaustive_impl.h
index b4a428729f9a0b823e5b005be7314521d601367c..affabd23a67e715066f7b3867af0549337446863 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef SECP256K1_MODULE_SCHNORRSIG_TESTS_EXHAUSTIVE_H
 #define SECP256K1_MODULE_SCHNORRSIG_TESTS_EXHAUSTIVE_H
 
-#include "include/secp256k1_schnorrsig.h"
+#include "../../../include/secp256k1_schnorrsig.h"
 #include "src/modules/schnorrsig/main_impl.h"
 
 static const unsigned char invalid_pubkey_bytes[][32] = {
This page took 0.022602 seconds and 4 git commands to generate.