More C89 fixes, making sure to include config.h from all source files.

This commit is contained in:
Jean-Marc Valin 2008-02-20 12:09:29 +11:00
parent a85657bd29
commit 02fa913c32
19 changed files with 85 additions and 5 deletions

View file

@ -29,6 +29,10 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "quant_pitch.h"
#include <math.h>
#include "pgain_table.h"