From 27363087789ac207a034ed65cc6024ea2f147d81 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 24 Apr 2013 15:10:51 +0100 Subject: Provide relative include path for libxtract.h for compatibility with non-autotools builds --- src/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helper.c') diff --git a/src/helper.c b/src/helper.c index cf63bbc..182276f 100644 --- a/src/helper.c +++ b/src/helper.c @@ -25,7 +25,7 @@ #include -#include "xtract/libxtract.h" +#include "../xtract/libxtract.h" #ifdef WORDS_BIGENDIAN #define INDEX 0 -- cgit v1.2.3