commit | eb0b53d48042a683b76bdb6d70ac3754e107418b | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Tue Apr 14 18:34:25 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Tue Apr 14 18:34:25 2020 -0700 |
tree | 078af622561fda11c3f425d35cf4ea90b0bd3d66 | |
parent | c7ca2e8123f4418c69b14e5f9d8977b9741d8e8f [diff] [blame] |
fix test include path
diff --git a/test/qcbor_decode_tests.c b/test/qcbor_decode_tests.c index c2e478e..dd9e3bc 100644 --- a/test/qcbor_decode_tests.c +++ b/test/qcbor_decode_tests.c
@@ -3807,7 +3807,7 @@ } */ -#include "qcbor_decode_map.h" +#include "qcbor/qcbor_decode_map.h" #include <stdio.h> int32_t EnterMapTest()