aboutsummaryrefslogtreecommitdiff
path: root/src/fini.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/fini.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/fini.c')
-rw-r--r--src/fini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fini.c b/src/fini.c
index d84bdd6..9d51a77 100644
--- a/src/fini.c
+++ b/src/fini.c
@@ -23,7 +23,7 @@
/* fini.c: Contains library destructor routine */
-#include "xtract/libxtract.h"
+#include "../xtract/libxtract.h"
#ifdef __GNUC__
__attribute__((destructor)) void fini()