--- smsdaemon/plugins/EchoPlugin.cpp 2008/06/16 10:09:17 89 +++ smsdaemon/plugins/EchoPlugin.cpp 2008/06/16 10:21:02 90 @@ -1,5 +1,6 @@ #include "EchoPlugin.h" -#include "GsmModem.h" +#include "IGsmModem.h" +#include "Sms.h" EchoPlugin::EchoPlugin() : Plugin("echo", "Echoes all extra text back to the sender")