rhdunn / klatt

derivative of the klatt 3.04 synthesizer
http://reecedunn.co.uk/klatt
GNU General Public License v3.0
37 stars 9 forks source link

Update klatt.c #2

Closed audioplastic closed 10 years ago

audioplastic commented 10 years ago

No malloc.h on mac. It's in stdlib.h for us :)

rhdunn commented 10 years ago

I have wrapped the header in an #ifndef __STDC__ check, which should make this work on other BSD-based systems as well as Mac OSX.

Thanks,