comparison src/midifile.c @ 37:1db62040204e

Combine some headers to single mplatform.h
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 21:53:33 +0300
parents a14cc6c5d7ef
children 2170556dc71f
comparison
equal deleted inserted replaced
36:bef14a3387a1 37:1db62040204e
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 */ 22 */
23 23
24 #include "mplatform.h"
24 #include <stdio.h> 25 #include <stdio.h>
25 #include <stdlib.h> 26 #include <stdlib.h>
26 #include <string.h> 27 #include <string.h>
27 #include <stdarg.h> 28 #include <stdarg.h>
28 #ifndef __APPLE__
29 #include <malloc.h>
30 #endif
31 #include "midifile.h" 29 #include "midifile.h"
32 #include "mendian.h"
33 30
34 31
35 /* 32 /*
36 ** Internal Data Structures 33 ** Internal Data Structures
37 */ 34 */