comparison src/helper.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 9283aaf1ffb8
children ef80f7c52c6d
comparison
equal deleted inserted replaced
158:069b2f719dd4 159:71870680f7c1
23 23
24 /* helper.c: helper functions. */ 24 /* helper.c: helper functions. */
25 25
26 #include <stdio.h> 26 #include <stdio.h>
27 27
28 #include "xtract/libxtract.h" 28 #include "../xtract/libxtract.h"
29 29
30 #ifdef WORDS_BIGENDIAN 30 #ifdef WORDS_BIGENDIAN
31 #define INDEX 0 31 #define INDEX 0
32 #else 32 #else
33 #define INDEX 1 33 #define INDEX 1