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

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "entcode.h"