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/helper.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/helper.c')
-rw-r--r-- | src/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper.c b/src/helper.c index cf63bbc..182276f 100644 --- a/src/helper.c +++ b/src/helper.c @@ -25,7 +25,7 @@ #include <stdio.h> -#include "xtract/libxtract.h" +#include "../xtract/libxtract.h" #ifdef WORDS_BIGENDIAN #define INDEX 0 |