What changes have you made to the library?
The TTS.h file contains:
#include <WProgram.h>
That needs to be changed to Arduino.h for 1.0+ usage.
Stupidly, the TTS.cpp file includes, uselessly, the same header file, so it needs to be edited, too.
What changes have you made to the library?
The TTS.h file contains:
#include <WProgram.h>
That needs to be changed to Arduino.h for 1.0+ usage.
Stupidly, the TTS.cpp file includes, uselessly, the same header file, so it needs to be edited, too.