--- smsdaemon/SmsDaemon.h 2010/04/27 14:13:52 674 +++ 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; };