Fixing tests on machines with no __builtin_clz()

This commit is contained in:
Jean-Marc Valin 2010-09-13 14:53:29 -04:00
parent 3578076003
commit 293b9f1977
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
#endif
#include "mathops.c"
#include "entcode.c"
#include <stdio.h>
#include <math.h>