aboutsummaryrefslogtreecommitdiff
path: root/src/delta.c
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2013-04-24 15:10:51 +0100
committerJamie Bullock <jamie@jamiebullock.com>2013-04-24 15:10:51 +0100
commit27363087789ac207a034ed65cc6024ea2f147d81 (patch)
treec069c3986533c5a3c54c0673808933400d16e289 /src/delta.c
parentb8c8c2ce66bf409b20bd8369f977ff4147aa55fb (diff)
downloadLibXtract-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/delta.c')
-rw-r--r--src/delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/delta.c b/src/delta.c
index 8e6f611..133e084 100644
--- a/src/delta.c
+++ b/src/delta.c
@@ -25,7 +25,7 @@
#include <math.h>
-#include "xtract/libxtract.h"
+#include "../xtract/libxtract.h"
int xtract_flux(const double *data, const int N, const void *argv , double *result)
{