--- smsdaemon/SmsDaemon.h 2008/06/16 09:04:05 88 +++ smsdaemon/SmsDaemon.h 2008/11/02 20:14:20 114 @@ -2,7 +2,8 @@ #include "GsmModem.h" #include "Sms.h" - +#include +#include class SmsDaemon @@ -22,4 +23,5 @@ void MainLoop(); GsmModem& _modem; + timeval _lastSmsCheck; };