Added some missing zlib.h and stdint.h includes
This commit is contained in:
parent
fed7286442
commit
fb5eae8aaa
5 changed files with 6 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
|||
*================================================================*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include "timidity.h"
|
||||
#include "common.h"
|
||||
#include "sflayer.h"
|
||||
|
|
@ -95,4 +96,4 @@ const LayerItem static_layer_items[SF_EOF] = {
|
|||
{L_OVWRT, T_NOCONV, 0, 127, -1}, /* rootKey */
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue