--- smsdaemon/SmsDaemon.h 2008/12/21 18:41:08 208 +++ smsdaemon/SmsDaemon.h 2010/04/27 20:07:12 675 @@ -3,10 +3,12 @@ #include "ISmsTransceiver.h" + #include #include class SMS; +class EmbeddedHttp; class SmsDaemon { @@ -28,6 +30,7 @@ ISmsTransceiver& _modem; timeval _lastSmsCheck; + EmbeddedHttp* embeddedHttp; };