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/libxtract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libxtract.c') diff --git a/src/libxtract.c b/src/libxtract.c index 3bc744e..535ee2e 100644 --- a/src/libxtract.c +++ b/src/libxtract.c @@ -21,7 +21,7 @@ * */ -#include "xtract/libxtract.h" +#include "../xtract/libxtract.h" #define XTRACT_H int(*xtract[])(const double *, const int, const void *, double *) = -- cgit v1.2.3