--- smsdaemon/main.cpp 2008/06/16 09:04:05 88 +++ smsdaemon/main.cpp 2008/12/07 00:59:05 132 @@ -1,10 +1,11 @@ #include +#include #include "daemon.h" #include "common.h" #include "GsmModem.h" -#include "SerialPort.h" +#include "serialport/SerialPort.h" #include "SmsDaemon.h" @@ -44,7 +45,7 @@ daemonize(); - SerialPort port("/dev/ttyS1" ); + SerialPort port("/dev/ttyUSB0" ); try { port.Open( SerialPort::BAUD_9600,