citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 797572e26ca53a5f8cb7ebce510b71b04ff82a7e
parent 1b57ac8d6539d517fd68eee0f8db5979b8ca0c98
Author: kyle <kyle@0x30.net>
Date:   Mon, 26 Dec 2016 14:18:18 -0700

t: use relative #include path for Inline::C

Diffstat:
Mt/utils.pm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/utils.pm b/t/utils.pm @@ -116,7 +116,7 @@ sub xread { 1; __DATA__ __C__ -#include "/home/kyle/citrun/src/lib.h" +#include "../src/lib.h" size_t citrun_header_size() { return sizeof(struct citrun_header);