--- smsdaemon/SmsDaemon.h 2008/06/16 09:04:05 88 +++ smsdaemon/SmsDaemon.h 2008/12/07 12:06:01 140 @@ -1,9 +1,10 @@ #include "GsmModem.h" -#include "Sms.h" - +#include +#include +class SMS; class SmsDaemon { @@ -22,4 +23,5 @@ void MainLoop(); GsmModem& _modem; + timeval _lastSmsCheck; };