diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 13:11:16 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-14 13:11:16 (GMT) |
commit | 20d74e7d97b876232134f2e88e4f3b39f792bfe2 (patch) | |
tree | 8830e86525a52830d31f481bb4d4b4dec2735ab1 /src/compression/fixpoint.c | |
parent | df283e79475806a920e12bd0596210ba6ca54f74 (diff) |
Fix include paths.
Diffstat (limited to 'src/compression/fixpoint.c')
-rw-r--r-- | src/compression/fixpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compression/fixpoint.c b/src/compression/fixpoint.c index 04a579c..ec48204 100644 --- a/src/compression/fixpoint.c +++ b/src/compression/fixpoint.c @@ -12,7 +12,7 @@ #include <stdio.h> #include <math.h> -#include "fixpoint.h" +#include "compression/fixpoint.h" #define MAX32BIT 4294967295UL #define MAX31BIT 2147483647UL |