mirror of
https://github.com/xiph/opus.git
synced 2025-06-06 07:21:03 +00:00
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
|
@ -1,3 +1,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "entcode.h"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue