--- smsdaemon/SmsDaemon.h 2008/06/16 09:04:05 88 +++ smsdaemon/SmsDaemon.h 2008/06/16 12:21:30 95 @@ -2,7 +2,7 @@ #include "GsmModem.h" #include "Sms.h" - +#include class SmsDaemon @@ -22,4 +22,5 @@ void MainLoop(); GsmModem& _modem; + timeval _lastSmsCheck; };