diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2013-04-24 15:10:51 +0100 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2013-04-24 15:10:51 +0100 |
commit | 27363087789ac207a034ed65cc6024ea2f147d81 (patch) | |
tree | c069c3986533c5a3c54c0673808933400d16e289 /src/scalar.c | |
parent | b8c8c2ce66bf409b20bd8369f977ff4147aa55fb (diff) | |
download | LibXtract-27363087789ac207a034ed65cc6024ea2f147d81.tar.gz LibXtract-27363087789ac207a034ed65cc6024ea2f147d81.tar.bz2 LibXtract-27363087789ac207a034ed65cc6024ea2f147d81.zip |
Provide relative include path for libxtract.h for compatibility with non-autotools builds
Diffstat (limited to 'src/scalar.c')
-rw-r--r-- | src/scalar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scalar.c b/src/scalar.c index 4377f00..4675c4c 100644 --- a/src/scalar.c +++ b/src/scalar.c @@ -28,8 +28,8 @@ #include <stdio.h> #include <math.h> -#include "xtract/libxtract.h" -#include "xtract/xtract_helper.h" +#include "../xtract/libxtract.h" +#include "../xtract/xtract_helper.h" #include "xtract_macros_private.h" int xtract_mean(const double *data, const int N, const void *argv, double *result) |