diff src/delta.c @ 159:71870680f7c1

Provide relative include path for libxtract.h for compatibility with non-autotools builds
author Jamie Bullock <jamie@jamiebullock.com>
date Wed, 24 Apr 2013 15:10:51 +0100
parents baaa9d8b4d10
children b015187746fa
line wrap: on
line diff
--- a/src/delta.c	Fri Mar 15 05:46:57 2013 -0700
+++ b/src/delta.c	Wed Apr 24 15:10:51 2013 +0100
@@ -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)
 {