More C89 fixes, making sure to include config.h from all source files.
This commit is contained in:
parent
a85657bd29
commit
02fa913c32
19 changed files with 85 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue