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 <stddef.h>
|
||||
#include "entdec.h"
|
||||
#include "mfrngcod.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue